Merge pull request #7729 from betagouv/7727-email-example
remove the confusing help ('nom@site.com')
This commit is contained in:
commit
d4ab97f270
4 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
= form_for SuperAdmin.new, url: super_admin_session_path, html: { class: "form" } do |f|
|
= form_for SuperAdmin.new, url: super_admin_session_path, html: { class: "form" } do |f|
|
||||||
%h1.fr-h2 Connectez-vous
|
%h1.fr-h2 Connectez-vous
|
||||||
|
|
||||||
= f.label :email, "Email (nom@site.com)"
|
= f.label :email, "Email"
|
||||||
= f.text_field :email, type: :email, autocomplete: 'username', autofocus: true
|
= f.text_field :email, type: :email, autocomplete: 'username', autofocus: true
|
||||||
|
|
||||||
= f.label :password, "Mot de passe (#{PASSWORD_MIN_LENGTH} caractères minimum)"
|
= f.label :password, "Mot de passe (#{PASSWORD_MIN_LENGTH} caractères minimum)"
|
||||||
|
|
|
@ -92,7 +92,7 @@ fr:
|
||||||
registrations:
|
registrations:
|
||||||
new:
|
new:
|
||||||
title: "Créez-vous un compte %{name}"
|
title: "Créez-vous un compte %{name}"
|
||||||
email_label: 'Email (nom@site.com)'
|
email_label: 'Email'
|
||||||
email_placeholder: 'Votre adresse email'
|
email_placeholder: 'Votre adresse email'
|
||||||
wanna_say: 'Voulez-vous dire'
|
wanna_say: 'Voulez-vous dire'
|
||||||
password_label: "Mot de passe (%{min_length} caractères minimum)"
|
password_label: "Mot de passe (%{min_length} caractères minimum)"
|
||||||
|
@ -258,7 +258,7 @@ fr:
|
||||||
sessions:
|
sessions:
|
||||||
new:
|
new:
|
||||||
sign_in: Connectez-vous
|
sign_in: Connectez-vous
|
||||||
email: Email (nom@site.com)
|
email: Email
|
||||||
password: Mot de passe (%{min_length} caractères minimum)
|
password: Mot de passe (%{min_length} caractères minimum)
|
||||||
remember_me: Se souvenir de moi
|
remember_me: Se souvenir de moi
|
||||||
reset_password: Mot de passe oublié ?
|
reset_password: Mot de passe oublié ?
|
||||||
|
|
|
@ -19,4 +19,4 @@ en:
|
||||||
<h1 class="mt-2 mb-2">Connect</h1>
|
<h1 class="mt-2 mb-2">Connect</h1>
|
||||||
<p><b class="bold">With AgentConnect</b></p>
|
<p><b class="bold">With AgentConnect</b></p>
|
||||||
whats_agentconnect: 'What is AgentConnect?'
|
whats_agentconnect: 'What is AgentConnect?'
|
||||||
pro_email: Professional email (nom@site.com)
|
pro_email: Professional email
|
||||||
|
|
|
@ -19,4 +19,4 @@ fr:
|
||||||
<h1 class="mt-2 mb-2">Connectez-vous</h1>
|
<h1 class="mt-2 mb-2">Connectez-vous</h1>
|
||||||
<p><b class="bold">Avec AgentConnect</b></p>
|
<p><b class="bold">Avec AgentConnect</b></p>
|
||||||
whats_agentconnect: 'Quʼest ce quʼAgentConnect ?'
|
whats_agentconnect: 'Quʼest ce quʼAgentConnect ?'
|
||||||
pro_email: Email professionnel (nom@site.com)
|
pro_email: Email professionnel
|
||||||
|
|
Loading…
Add table
Reference in a new issue