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 276f6e058e
commit f91ad79dea
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
# 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);
@ -195,7 +195,7 @@ sub set_counters {
sub prefix_global_output {
my ($self, %options) = @_;
return "Cash Registers ";
return "Points of sale ";
}
sub prefix_state_output {
@ -267,7 +267,7 @@ __END__
=head1 MODE
Check the cash register status
Check points of sale status
=over 8