Skip to content

Commit

Permalink
fix: executed i18next
Browse files Browse the repository at this point in the history
  • Loading branch information
darkoatanasovski committed Dec 9, 2022
1 parent 9c79b33 commit 7ac80fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/i18n/locales/en_US/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}}",
Expand Down
10 changes: 5 additions & 5 deletions src/i18n/locales/nl_NL/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 7ac80fd

Please sign in to comment.