This commit is contained in:
Franck Allimant
2014-07-04 15:27:14 +02:00
parent a57d668e3c
commit 3708fb317b

View File

@@ -45,7 +45,7 @@ class BrandModificationForm extends BrandCreationForm
'required' => false,
'label' => Translator::getInstance()->trans('Select the brand logo'),
'label_attr' => [
'for' => 'mode',
'for' => 'logo_image_id',
'help' => Translator::getInstance()->trans("Select the brand logo amongst the brand images")
]
])