From 3708fb317bcf76216846b435b16e92b186918867 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Fri, 4 Jul 2014 15:27:14 +0200 Subject: [PATCH] Typo --- core/lib/Thelia/Form/Brand/BrandModificationForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Form/Brand/BrandModificationForm.php b/core/lib/Thelia/Form/Brand/BrandModificationForm.php index c4f1ce16f..b7671cd7a 100644 --- a/core/lib/Thelia/Form/Brand/BrandModificationForm.php +++ b/core/lib/Thelia/Form/Brand/BrandModificationForm.php @@ -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") ] ])