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:
|
||||
title: Sign in
|
||||
email: Email address (name@site.com)
|
||||
password: Password (minimum length %{min_length} characters)
|
||||
password: Password
|
||||
remember_me: Remember me
|
||||
reset_password: Forgot password?
|
||||
connection: Sign in
|
||||
|
@ -58,7 +58,7 @@ en:
|
|||
commencer:
|
||||
no_procedure:
|
||||
ligne1: A simple tool
|
||||
ligne2: to manage dematerialized
|
||||
ligne2: to manage dematerialized
|
||||
ligne3: administrative forms.
|
||||
modal:
|
||||
publish:
|
||||
|
@ -172,4 +172,4 @@ en:
|
|||
draft:
|
||||
zero: Draft
|
||||
one: Draft
|
||||
other: Drafts
|
||||
other: Drafts
|
||||
|
|
|
@ -39,7 +39,7 @@ fr:
|
|||
new:
|
||||
title: Connectez-vous
|
||||
email: Email (nom@site.com)
|
||||
password: Mot de passe (%{min_length} caractères minimum)
|
||||
password: Mot de passe
|
||||
remember_me: Se souvenir de moi
|
||||
reset_password: Mot de passe oublié ?
|
||||
connection: Se connecter
|
||||
|
|
Loading…
Reference in a new issue