This commit is contained in:
Rémi Gaillard
2013-10-18 12:17:51 +02:00
parent 6747d3bbac
commit 8a682081de
3 changed files with 3 additions and 3 deletions
@@ -304,7 +304,7 @@ class AdminCustomersControllerCore extends AdminController
'name' => 'passwd',
'size' => 33,
'required' => ($obj->id ? false : true),
'desc' => ($obj->id ? $this->l('Leave this field blank if there\'s no change') : $this->l('Minimum of five characters (only letters and numbers).').' -_')
'desc' => ($obj->id ? $this->l('Leave this field blank if there\'s no change') : $this->l('Minimum of five characters'))
),
array(
'type' => 'birthday',