Skip to content

Commit

Permalink
update locale keys
Browse files Browse the repository at this point in the history
  • Loading branch information
beesaferoot committed Nov 25, 2024
1 parent 98c8aa3 commit 25fa142
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/frontend/src/assets/locales/bu.json
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,6 @@
},
"errors": {
"alreadyUsedEmail": "Account with email already exists",
"emailUserDifferent": "Company and personal email should be different"
"emailUserDifferent": "Company contact and personal email should be different"
}
}
2 changes: 1 addition & 1 deletion src/frontend/src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,6 @@
},
"errors": {
"alreadyUsedEmail": "Account with email already exists",
"emailUserDifferent": "Company and personal email should be different"
"emailUserDifferent": "Company contact and personal email should be different"
}
}
4 changes: 2 additions & 2 deletions src/frontend/src/assets/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
"yesterday": "Hier"
},
"errors": {
"alreadyUsedEmail": "Account with email already exists",
"emailUserDifferent": "Company and personal email should be different"
"alreadyUsedEmail": "Le compte avec cet e-mail existe déjà",
"emailUserDifferent": "L'email de contact de l'entreprise et l'email personnel doivent être différents"
}
}

0 comments on commit 25fa142

Please sign in to comment.