Skip to content

Commit 16efb24

Browse files
committed
fix translations for frontend
1 parent 44113b1 commit 16efb24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"loading": "Loading…",
3030
"next": "Next",
3131
"password": "Password",
32-
"password_confirm": "common.password_confirm",
32+
"password_confirm": "Confirm password",
3333
"previous": "Previous",
3434
"saved": "Saved",
3535
"saving": "Saving…"

frontend/locales/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"loading": "Chargement…",
3232
"next": "Suivant",
3333
"password": "Mot de passe",
34+
"password_confirm": "Confirmer le mot de passe",
3435
"previous": "Précédent",
3536
"saved": "Sauvegardé",
3637
"saving": "Enregistrement..."

0 commit comments

Comments
 (0)