Skip to content

Commit

Permalink
Merge pull request PrestaShop#32506 from 0x346e3730/fix-advancedparam…
Browse files Browse the repository at this point in the history
…eters-import-languageselection

Removes the placeholder for the import form on advanced parameters
  • Loading branch information
matks authored May 11, 2023
2 parents 80c3520 + 979ca76 commit 6189a12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
])
->add('iso_lang', LocaleChoiceType::class, [
'required' => true,
'placeholder' => null,
'label' => $this->trans('Language of the file', 'Admin.Advparameters.Feature'),
'help' => $this->trans('The locale must be installed', 'Admin.Advparameters.Notification'),
])
Expand Down

0 comments on commit 6189a12

Please sign in to comment.