Change 'cash register' to 'pos' (points of sale)

This commit is contained in:
cgagnaire 2017-10-02 16:01:24 +02:00 committed by GitHub
parent 48a020d720
commit ec5ca929e3

View File

@ -18,7 +18,7 @@
# limitations under the License. # limitations under the License.
# #
package apps::toshiba::storemate::sql::mode::cashregisterstatus; package apps::toshiba::storemate::sql::mode::posstatus;
use base qw(centreon::plugins::templates::counter); use base qw(centreon::plugins::templates::counter);
@ -195,7 +195,7 @@ sub set_counters {
sub prefix_global_output { sub prefix_global_output {
my ($self, %options) = @_; my ($self, %options) = @_;
return "Cash Registers "; return "Points of sale ";
} }
sub prefix_state_output { sub prefix_state_output {
@ -267,7 +267,7 @@ __END__
=head1 MODE =head1 MODE
Check the cash register status Check points of sale status
=over 8 =over 8