Skip to content

Commit c1a997c

Browse files
fix(i18n): update incorrect translation in login page for fr locale (#1549)
1 parent be2c3b9 commit c1a997c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/demo/src/locales/fr/user.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"placeholder": ""
110110
},
111111
"password": {
112-
"label": "votre mot de passe"
112+
"label": "Votre mot de passe"
113113
}
114114
},
115115
"links": {

packages/i18n/src/locales/fr/user.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"placeholder": ""
9898
},
9999
"password": {
100-
"label": "votre mot de passe"
100+
"label": "Votre mot de passe"
101101
}
102102
},
103103
"instructions": "Enter your credentials to continue. (fr)",

0 commit comments

Comments
 (0)