diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index eacce20..1e2e206 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -280,6 +280,7 @@ "unknown-error": "Unknown error", "change-password": "Change Password", "recovery-code": "Recovery code", - "referal-code": "Referal code" + "referal-code": "Referal code", + "email-invalid": "Invalid email address" } } \ No newline at end of file diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index 62557a6..440901d 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -280,6 +280,7 @@ "unknown-error": "Неизвестная ошибка", "change-password": "Изменить пароль", "recovery-code": "Код восстановления", - "referal-code": "Реферальный код" + "referal-code": "Реферальный код", + "email-invalid": "Неверный адрес электронной почты" } } \ No newline at end of file