// Fixed group information label and a customer KPI

This commit is contained in:
Damien Metzger
2013-09-25 20:16:34 +02:00
parent d1ead319ef
commit fd1cfe0c8c
2 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -538,7 +538,7 @@ class AdminGroupsControllerCore extends AdminController
'<b>'.$default->name[$this->context->language->id].'</b>'
);
$this->displayInformation($this->l('You now have three default customer groups.'));
$this->displayInformation($this->l('PrestaShop implements three default customer groups:'));
$this->displayInformation($unidentified_group_information);
$this->displayInformation($guest_group_information);
$this->displayInformation($default_group_information);