Skip to content

Commit

Permalink
Fixed message catalog in Prod mode (#588)
Browse files Browse the repository at this point in the history
Co-authored-by: Ramin Haeri Azad <[email protected]>
  • Loading branch information
kazoompa and Ramin Haeri Azad authored Jan 12, 2025
1 parent 1d7a14b commit 38c6a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agate-ui/src/i18n/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
otp_disable_error: 'Failed to disable 2FA',
otp_disabled: '2FA disabled',
password_copied: 'Password copied',
password_hint: 'Password must contain at least one digit, one upper case alphabet, one lower case alphabet, one special character (which includes @#$%^&+=!) and no white spaces.',
password_hint: "{'Password must contain at least one digit, one upper case alphabet, one lower case alphabet, one special character (which includes @#$%^&+=!) and no white spaces.'}",
password_min_length: 'Password must be at least {min} characters',
password_required: 'Password is required',
password: 'Password',
Expand Down
2 changes: 1 addition & 1 deletion agate-ui/src/i18n/fr/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
otp_disable_error: 'Échec de la désactivation du 2FA',
otp_disabled: '2FA désactivé',
password_copied: 'Mot de passe copié',
password_hint: 'Le mot de passe doit contenir au moins un chiffre, une lettre majuscule, une lettre minuscule, un caractère spécial (qui inclut @#$%^&+=!) et aucun espace blanc.',
password_hint: "{'Le mot de passe doit contenir au moins un chiffre, une lettre majuscule, une lettre minuscule, un caractère spécial (qui inclut @#$%^&+=!) et aucun espace blanc.'}",
password_min_length: 'Le mot de passe doit comporter au moins {min} caractères',
password_required: 'Le mot de passe est requis',
password: 'Mot de passe',
Expand Down

0 comments on commit 38c6a1a

Please sign in to comment.