diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/locales/ru/auth.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/locales/ru/auth.json b/api/locales/ru/auth.json index b63ac34f..26b3f5a7 100644 --- a/api/locales/ru/auth.json +++ b/api/locales/ru/auth.json @@ -2,7 +2,7 @@ "login": { "INVALID_LOGIN": "Данный адрес электронной почты или телефон не найден", "INVALID_PASSWORD": "Неверный пароль", - "ACCOUNT_DISABLED": "This account is disabled" + "ACCOUNT_DISABLED": "Этот аккаунт отключён" }, "register": { "REGISTRATION_DISABLED": "Регистрация нового пользователя отключена", |