[-] FO : fixed bug #PSCFV-4347

This commit is contained in:
vAugagneur
2012-09-28 13:07:52 +00:00
parent 520fc21150
commit d7ea33faa3
2 changed files with 9 additions and 2 deletions
@@ -61,7 +61,7 @@ class AdminCustomerPreferencesControllerCore extends AdminController
),
'PS_ONE_PHONE_AT_LEAST' => array(
'title' => $this->l('Phone number'),
'desc' => $this->l('If you choose this option your customer will must register at least one phone number.'),
'desc' => $this->l('If you chose yes, your customer will have to provide at least one phone number to register.'),
'validation' => 'isBool',
'cast' => 'intval',
'type' => 'bool'