Skip to content

Commit 03c8c29

Browse files
committed
Change OTP placeholder from One-time code to One-time passcode
1 parent 3ddf6a1 commit 03c8c29

30 files changed

+30
-30
lines changed

frontend/src/i18n/ar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"login": {
9595
"createAnAccount": "إنشاء حساب جديد",
9696
"loginInstead": "هل لديك حساب",
97-
"otpPlaceholder": "رمز لمرة واحدة",
97+
"otpPlaceholder": "رمز مرور لمرة واحدة",
9898
"password": "كلمة المرور",
9999
"passwordConfirm": "تأكيد كلمة المرور",
100100
"passwordsDontMatch": "كلمة المرور غير متطابقة",

frontend/src/i18n/ca.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"login": {
9595
"createAnAccount": "Crear un compte",
9696
"loginInstead": "Usuari ja existent",
97-
"otpPlaceholder": "Codi d'un sol ús",
97+
"otpPlaceholder": "Codi d'accés d'un sol ús",
9898
"password": "Contrasenya",
9999
"passwordConfirm": "Confirmació de contrasenya",
100100
"passwordsDontMatch": "Les contrasenyes no coincideixen",

frontend/src/i18n/cs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"login": {
9595
"createAnAccount": "Vytvořit účet",
9696
"loginInstead": "Již máte účet",
97-
"otpPlaceholder": "Jednorázový kód",
97+
"otpPlaceholder": "Jednorázový přístupový kód",
9898
"password": "Heslo",
9999
"passwordConfirm": "Potvrzení hesla",
100100
"passwordsDontMatch": "Hesla se neshodují",

frontend/src/i18n/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"login": {
9595
"createAnAccount": "Account erstellen",
9696
"loginInstead": "Account besteht bereits",
97-
"otpPlaceholder": "Einmal-Code",
97+
"otpPlaceholder": "Einmal-Passcode",
9898
"password": "Passwort",
9999
"passwordConfirm": "Passwort Bestätigung",
100100
"passwordsDontMatch": "Passwörter stimmen nicht überein",

frontend/src/i18n/el.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"login": {
9595
"createAnAccount": "Δημιουργία λογαριασμού",
9696
"loginInstead": "Έχετε ήδη λογαριασμό",
97-
"otpPlaceholder": "Κωδικός μίας χρήσης",
97+
"otpPlaceholder": "Κωδικός πρόσβασης μίας χρήσης",
9898
"password": "Κωδικός πρόσβασης",
9999
"passwordConfirm": "Επιβεβαίωση κωδικού πρόσβασης",
100100
"passwordsDontMatch": "Οι κωδικοί πρόσβασης δεν ταιριάζουν",

frontend/src/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"login": {
9595
"createAnAccount": "Create an account",
9696
"loginInstead": "Already have an account",
97-
"otpPlaceholder": "One-time code",
97+
"otpPlaceholder": "One-time passcode",
9898
"password": "Password",
9999
"passwordConfirm": "Password Confirmation",
100100
"passwordsDontMatch": "Passwords don't match",

frontend/src/i18n/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"login": {
9595
"createAnAccount": "Crear una cuenta",
9696
"loginInstead": "Usuario ya existente",
97-
"otpPlaceholder": "Código de un solo uso",
97+
"otpPlaceholder": "Código de acceso de un solo uso",
9898
"password": "Contraseña",
9999
"passwordConfirm": "Confirmación de contraseña",
100100
"passwordsDontMatch": "Las contraseñas no coinciden",

frontend/src/i18n/fa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"login": {
9595
"createAnAccount": "ایجاد کاربر",
9696
"loginInstead": "کاربر تکراری",
97-
"otpPlaceholder": "کد یکبار مصرف",
97+
"otpPlaceholder": "رمز عبور یکبار مصرف",
9898
"password": "رمز عبور",
9999
"passwordConfirm": "تایید رمز",
100100
"passwordsDontMatch": "عدم تطابق رمزها",

frontend/src/i18n/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"login": {
9595
"createAnAccount": "Créer un compte",
9696
"loginInstead": "Vous avez déjà un compte",
97-
"otpPlaceholder": "Code à usage unique",
97+
"otpPlaceholder": "Code d'accès à usage unique",
9898
"password": "Mot de passe",
9999
"passwordConfirm": "Confirmation de mot de passe",
100100
"passwordsDontMatch": "Les mots de passe ne concordent pas",

frontend/src/i18n/he.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"login": {
9595
"createAnAccount": "צור חשבון",
9696
"loginInstead": "כבר יש לי חשבון",
97-
"otpPlaceholder": "קוד חד פעמי",
97+
"otpPlaceholder": "קוד גישה חד פעמי",
9898
"password": "סיסמא",
9999
"passwordConfirm": "אימות סיסמא",
100100
"passwordsDontMatch": "הסיסמאות אינן תואמות",

0 commit comments

Comments
 (0)