diff --git a/htdocs/includes/modules/modCashDesk.class.php b/htdocs/includes/modules/modCashDesk.class.php index c769c1ab45d..47b71afde4f 100644 --- a/htdocs/includes/modules/modCashDesk.class.php +++ b/htdocs/includes/modules/modCashDesk.class.php @@ -91,7 +91,7 @@ class modCashDesk extends DolibarrModules $r++; $this->rights[$r][0] = 50101; - $this->rights[$r][1] = 'Use cashdesk'; + $this->rights[$r][1] = 'Use point of sale'; $this->rights[$r][2] = 'a'; $this->rights[$r][3] = 1; $this->rights[$r][4] = 'use';