diff --git a/htdocs/includes/modules/modCashDesk.class.php b/htdocs/includes/modules/modCashDesk.class.php index 326b557159f..141084133eb 100644 --- a/htdocs/includes/modules/modCashDesk.class.php +++ b/htdocs/includes/modules/modCashDesk.class.php @@ -87,7 +87,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';