diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index da92ef3..b4f1b0d 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -288,6 +288,6 @@ "recovery-code": "Recovery code", "referal-code": "Referal code", "email-invalid": "Invalid email address", - "referral-link-is-not-exist" : "Referral link is not exist" + "referral-link-is-not-exist" : "This referral link does not exist." } } \ No newline at end of file diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index 7b72f06..dd3b658 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -288,6 +288,6 @@ "recovery-code": "Код восстановления", "referal-code": "Реферальный код", "email-invalid": "Неверный адрес электронной почты", - "referral-link-is-not-exist" : "Отсутствует реферальная ссылка." + "referral-link-is-not-exist" : "Такой реферальной ссылки не существует." } } \ No newline at end of file