Skip to content

Commit f6b410a

Browse files
committed
feat(global): new codes
1 parent 7c17a12 commit f6b410a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/resources/signUp/locales/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"client": {
3+
"formInvalidEmail": "Invalid email",
4+
"formInvalidPassword": "Invalid password",
35
"formEmailAlreadyExists": "Email already exist"
46
},
57
"internal": {},

src/resources/signUp/locales/fr.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"client": {
3+
"formInvalidEmail": "Email invalide",
4+
"formInvalidPassword": "Mot de passe invalide",
35
"formEmailAlreadyExists": "Un compte existe déjà avec cet email"
46
},
57
"internal": {},

0 commit comments

Comments
 (0)