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|
|
||||
%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.label :password, "Mot de passe (#{PASSWORD_MIN_LENGTH} caractères minimum)"
|
||||
|
|
|
@ -92,7 +92,7 @@ fr:
|
|||
registrations:
|
||||
new:
|
||||
title: "Créez-vous un compte %{name}"
|
||||
email_label: 'Email (nom@site.com)'
|
||||
email_label: 'Email'
|
||||
email_placeholder: 'Votre adresse email'
|
||||
wanna_say: 'Voulez-vous dire'
|
||||
password_label: "Mot de passe (%{min_length} caractères minimum)"
|
||||
|
@ -258,7 +258,7 @@ fr:
|
|||
sessions:
|
||||
new:
|
||||
sign_in: Connectez-vous
|
||||
email: Email (nom@site.com)
|
||||
email: Email
|
||||
password: Mot de passe (%{min_length} caractères minimum)
|
||||
remember_me: Se souvenir de moi
|
||||
reset_password: Mot de passe oublié ?
|
||||
|
|
|
@ -19,4 +19,4 @@ en:
|
|||
<h1 class="mt-2 mb-2">Connect</h1>
|
||||
<p><b class="bold">With AgentConnect</b></p>
|
||||
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>
|
||||
<p><b class="bold">Avec AgentConnect</b></p>
|
||||
whats_agentconnect: 'Quʼest ce quʼAgentConnect ?'
|
||||
pro_email: Email professionnel (nom@site.com)
|
||||
pro_email: Email professionnel
|
||||
|
|
Loading…
Reference in a new issue