diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-05-02 19:25:56 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-05-02 19:25:56 +0200 |
commit | 30620a2f5ea21e80784fb566a6d97ceafdcd1809 (patch) | |
tree | c440e269fd73c6e7ed778b9d2e02fba0644ec10f | |
parent | New translations auth.json (Belarusian) (diff) | |
download | server-30620a2f5ea21e80784fb566a6d97ceafdcd1809.tar.xz |
New translations auth.json (Russian)
-rw-r--r-- | locales/ru/auth.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locales/ru/auth.json b/locales/ru/auth.json index ec60d599..a586c697 100644 --- a/locales/ru/auth.json +++ b/locales/ru/auth.json @@ -1,7 +1,7 @@ { "login": { - "INVALID_LOGIN": "Электронная почта или телефон не найден", - "INVALID_PASSWORD": "Неверный Пароль" + "INVALID_LOGIN": "Данный адрес электронной почты или телефон не найден", + "INVALID_PASSWORD": "Неверный пароль" }, "register": { "REGISTRATION_DISABLED": "Регистрация нового пользователя отключена", |