Merge pull request #2680 from betagouv/fix-2635
Correctif mineur de texte dans le formulaire d'inscription admin
This commit is contained in:
commit
f864cdc5e6
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
= email_field_tag :email, nil, required: true
|
= email_field_tag :email, nil, required: true
|
||||||
|
|
||||||
= label_tag :phone do
|
= label_tag :phone do
|
||||||
Quel est votre numéro de téléphone ?
|
Quel est votre numéro de téléphone (ligne directe) ?
|
||||||
%span.mandatory *
|
%span.mandatory *
|
||||||
= text_field_tag :phone, nil, required: true
|
= text_field_tag :phone, nil, required: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue