diff --git a/controllers/admin/AdminCustomersController.php b/controllers/admin/AdminCustomersController.php index 0399f9044..012f795e6 100644 --- a/controllers/admin/AdminCustomersController.php +++ b/controllers/admin/AdminCustomersController.php @@ -368,7 +368,8 @@ class AdminCustomersControllerCore extends AdminController 'id' => 'id_group', 'name' => 'name' ), - 'hint' => $this->l('The group will be as applied by default.') + 'hint' => $this->l('The group will be as applied by default.'), + 'desc' => $this->l('Apply the discount\'s price of this group.') ) ) );