// typo
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -190,7 +190,7 @@ class AdminEmployeesControllerCore extends AdminController
|
||||
'size' => 33,
|
||||
'desc' => ($obj->id ?
|
||||
$this->l('Leave this field blank if you do not want to change your password.') :
|
||||
$this->l('Minimum of eight characters (use only letters and numbers)').' -_')
|
||||
$this->l('Minimum of eight characters'))
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
|
||||
@@ -142,7 +142,7 @@ var default_iso = '<?php echo $this->session->shop_country ?>';
|
||||
<?php if ($this->displayError('admin_password')): ?>
|
||||
<?php echo $this->displayError('admin_password') ?>
|
||||
<?php else: ?>
|
||||
<p class="userInfos aligned"><?php echo $this->l('Must be letters and numbers with at least 8 characters') ?></p>
|
||||
<p class="userInfos aligned"><?php echo $this->l('Must be at least 8 characters') ?></p>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user