feat (gestion exceptions) #19: traitement retour: typage, un seul message pour erreur login ou mdp
Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit is unstable
Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit is unstable
This commit is contained in:
@ -7,11 +7,7 @@
|
||||
<body>
|
||||
<trans-unit id="fXVg5Zq" resname="error.login">
|
||||
<source>error.login</source>
|
||||
<target>Incorrect login</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="8VJKwdK" resname="error.password">
|
||||
<source>error.password</source>
|
||||
<target>Incorrect password</target>
|
||||
<target>Incorrect login or password</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="36t19qm" resname="error.sql_login">
|
||||
<source>error.sql_login</source>
|
||||
|
@ -7,11 +7,7 @@
|
||||
<body>
|
||||
<trans-unit id="fXVg5Zq" resname="error.login">
|
||||
<source>error.login</source>
|
||||
<target>Login incorrect ou inconnu</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="8VJKwdK" resname="error.password">
|
||||
<source>error.password</source>
|
||||
<target>Mot de passe incorrect</target>
|
||||
<target>Login ou mot de passe inconnu</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="36t19qm" resname="error.sql_login">
|
||||
<source>error.sql_login</source>
|
||||
|
Reference in New Issue
Block a user