sign_in: no need to specify password length
This commit is contained in:
parent
6b14420ffa
commit
85691b9f2e
2 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ en:
|
||||||
new:
|
new:
|
||||||
title: Sign in
|
title: Sign in
|
||||||
email: Email address (name@site.com)
|
email: Email address (name@site.com)
|
||||||
password: Password (minimum length %{min_length} characters)
|
password: Password
|
||||||
remember_me: Remember me
|
remember_me: Remember me
|
||||||
reset_password: Forgot password?
|
reset_password: Forgot password?
|
||||||
connection: Sign in
|
connection: Sign in
|
||||||
|
@ -58,7 +58,7 @@ en:
|
||||||
commencer:
|
commencer:
|
||||||
no_procedure:
|
no_procedure:
|
||||||
ligne1: A simple tool
|
ligne1: A simple tool
|
||||||
ligne2: to manage dematerialized
|
ligne2: to manage dematerialized
|
||||||
ligne3: administrative forms.
|
ligne3: administrative forms.
|
||||||
modal:
|
modal:
|
||||||
publish:
|
publish:
|
||||||
|
@ -172,4 +172,4 @@ en:
|
||||||
draft:
|
draft:
|
||||||
zero: Draft
|
zero: Draft
|
||||||
one: Draft
|
one: Draft
|
||||||
other: Drafts
|
other: Drafts
|
||||||
|
|
|
@ -39,7 +39,7 @@ fr:
|
||||||
new:
|
new:
|
||||||
title: Connectez-vous
|
title: Connectez-vous
|
||||||
email: Email (nom@site.com)
|
email: Email (nom@site.com)
|
||||||
password: Mot de passe (%{min_length} caractères minimum)
|
password: Mot de passe
|
||||||
remember_me: Se souvenir de moi
|
remember_me: Se souvenir de moi
|
||||||
reset_password: Mot de passe oublié ?
|
reset_password: Mot de passe oublié ?
|
||||||
connection: Se connecter
|
connection: Se connecter
|
||||||
|
|
Loading…
Reference in a new issue