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") ] ])