From 7ac80fd1e0acafdc056337422194fa5f9f90f099 Mon Sep 17 00:00:00 2001 From: Darko Date: Fri, 9 Dec 2022 13:40:14 +0100 Subject: [PATCH] fix: executed i18next --- src/i18n/locales/en_US/account.json | 10 +++++----- src/i18n/locales/nl_NL/account.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/i18n/locales/en_US/account.json b/src/i18n/locales/en_US/account.json index f1f67facc..e09f74b7c 100644 --- a/src/i18n/locales/en_US/account.json +++ b/src/i18n/locales/en_US/account.json @@ -149,20 +149,20 @@ "new_password": "New password", "no": "No, thanks", "not_sure": "Not sure that was the right email address?", + "old_password": "Old password", "password": "Password", "password_helper_text": "Use a minimum of 8 characters (case sensitive) with at least one number", "password_reset": "Password reset", + "passwords_do_not_match": "Passwords do not match", + "repeat_new_password": "Repeat new password", "reset_password": "Edit Password", + "reset_password_token": "Token", "text": "If you want to edit your password, click 'YES, Reset' to receive password reset instruction on your mail", "try_again": "Try again", "view_password": "View password", "wrong_email": "Wrong email", "yes": "Yes, reset", - "password_reset_text": "", - "repeat_new_password": "Repeat new password", - "passwords_do_not_match": "Passwords do not match", - "old_password": "Old password", - "reset_password_token": "Token" + "password_reset_text": "" }, "subscription_cancelled": { "message": "You have been successfully unsubscribed. Your current plan will expire on {{date}}", diff --git a/src/i18n/locales/nl_NL/account.json b/src/i18n/locales/nl_NL/account.json index c5b613979..32d32e25c 100644 --- a/src/i18n/locales/nl_NL/account.json +++ b/src/i18n/locales/nl_NL/account.json @@ -145,20 +145,20 @@ "new_password": "", "no": "", "not_sure": "", + "old_password": "", "password": "", "password_helper_text": "", "password_reset": "", + "passwords_do_not_match": "", + "repeat_new_password": "", "reset_password": "", + "reset_password_token": "", "text": "", "try_again": "", "view_password": "", "wrong_email": "", "yes": "", - "password_reset_text": "", - "repeat_new_password": "", - "passwords_do_not_match": "", - "old_password": "", - "reset_password_token": "" + "password_reset_text": "" }, "subscription_cancelled": { "message": "",