diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index 0cb40b5..a21f010 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -357,7 +357,7 @@ "confirmation-code": "Confirmation code", "enter-confirmation-code": "Enter the confirmation code sent to your email:", "confirm": "Confirm", - "entered-code-is-incorrect": "The code you entered is incorrect.", + "entered-code-is-incorrect": "Incorrect code entered.", "resend-code": "Resend code", "personal": "Personal", "unknown-error": "Unknown error", diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index 3e598a5..b282a5d 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -357,8 +357,8 @@ "confirmation-code": "Код подтверждения", "enter-confirmation-code": "Введите код подтверждения высланный на почту:", "confirm": "Подтвердить", - "entered-code-is-incorrect": "Введенный код не верен.", - "resend-code": "Выслать код заново", + "entered-code-is-incorrect": "Введен неверный код.", + "resend-code": "Отправить код заново", "personal": "Личный", "unknown-error": "Неизвестная ошибка", "change-password": "Изменить пароль",