[-] FO : #PSCFV-2150 : Translations of back office are connected width sprintf()
This commit is contained in:
@@ -160,7 +160,7 @@ class AdminStoresControllerCore extends AdminController
|
||||
'name' => 'name',
|
||||
'size' => 33,
|
||||
'required' => false,
|
||||
'hint' => $this->l('Allowed characters: letters, spaces and').' (-)',
|
||||
'hint' => sprintf($this->l('Allowed characters: letters, spaces and %s'), '().-'),
|
||||
'desc' => $this->l('Store name (e.g. Citycentre Mall Store)')
|
||||
),
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user