We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c17a12 commit f6b410aCopy full SHA for f6b410a
src/resources/signUp/locales/en.json
@@ -1,5 +1,7 @@
1
{
2
"client": {
3
+ "formInvalidEmail": "Invalid email",
4
+ "formInvalidPassword": "Invalid password",
5
"formEmailAlreadyExists": "Email already exist"
6
},
7
"internal": {},
src/resources/signUp/locales/fr.json
+ "formInvalidEmail": "Email invalide",
+ "formInvalidPassword": "Mot de passe invalide",
"formEmailAlreadyExists": "Un compte existe déjà avec cet email"
0 commit comments