Skip to content

Commit

Permalink
Fixe, Renommage des méthodes de génération des formulaires.
Browse files Browse the repository at this point in the history
  • Loading branch information
noelma committed Feb 14, 2021
1 parent cddbb10 commit 8a646d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/System/Hook/ConfigMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function form(&$form, array $data, $req)
$form->label('email-label', t('E-mail of the site'), [
'data-tooltip' => t('E-mail used for the general configuration, for your contacts, the recovery of your password ...')
])
->emailGroup('email', [
->email('email', [
'class' => 'form-control',
'required' => 1,
'placeholder' => t('E-mail'),
Expand Down

0 comments on commit 8a646d9

Please sign in to comment.