//Changed English strings using the translationsenglish module.
This commit is contained in:
@@ -238,7 +238,7 @@ class AdminStoresControllerCore extends AdminController
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('E-mail address'),
|
||||
'label' => $this->l('Email address'),
|
||||
'name' => 'email',
|
||||
'size' => 33
|
||||
),
|
||||
@@ -434,14 +434,14 @@ class AdminStoresControllerCore extends AdminController
|
||||
$formFields = array(
|
||||
'PS_SHOP_NAME' => array(
|
||||
'title' => $this->l('Shop name'),
|
||||
'desc' => $this->l('Displayed in e-mails and page titles'),
|
||||
'desc' => $this->l('Displayed in emails and page titles'),
|
||||
'validation' => 'isGenericName',
|
||||
'required' => true,
|
||||
'size' => 30,
|
||||
'type' => 'text'
|
||||
),
|
||||
'PS_SHOP_EMAIL' => array('title' => $this->l('Shop e-mail'),
|
||||
'desc' => $this->l('Displayed in e-mails sent to customers'),
|
||||
'PS_SHOP_EMAIL' => array('title' => $this->l('Shop email'),
|
||||
'desc' => $this->l('Displayed in emails sent to customers'),
|
||||
'validation' => 'isEmail',
|
||||
'required' => true,
|
||||
'size' => 30,
|
||||
|
||||
Reference in New Issue
Block a user