Fixed and improved shipping zones management

This commit is contained in:
Franck Allimant
2014-04-15 22:56:31 +02:00
parent 123280f4d4
commit f4e561ef09
6 changed files with 91 additions and 39 deletions

View File

@@ -62,7 +62,7 @@ class AreaCreateForm extends BaseForm
new NotBlank()
),
'label_attr' => array('for' => 'shipping_name'),
'label' => Translator::getInstance()->trans('shipping area name')
'label' => Translator::getInstance()->trans('Shipping zone name')
))
;