diff options
| author | RblSb <msrblsb@gmail.com> | 2020-02-25 07:47:29 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-02-25 07:47:29 +0300 |
| commit | d934830a64b915af0b7e8031cb5ef927534c5e86 (patch) | |
| tree | e98ca9831baa6bcf749dc0b1ffdea79ec0792344 /res/langs | |
| parent | 70b255b99ad50f1a42791b9a39f2fcfcd98f00d8 (diff) | |
Improve login/exit and mob view
Diffstat (limited to 'res/langs')
| -rw-r--r-- | res/langs/en.json | 1 | ||||
| -rw-r--r-- | res/langs/ru.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/res/langs/en.json b/res/langs/en.json index bdc4cc1..3e618fb 100644 --- a/res/langs/en.json +++ b/res/langs/en.json @@ -17,6 +17,7 @@ "account": "Account", "exportSettings": "Export Settings", "importSettings": "Import Settings", + "login": "Login", "exit": "Exit", "settings": "Settings", "channel": "Channel", diff --git a/res/langs/ru.json b/res/langs/ru.json index 74b05f2..5bccce1 100644 --- a/res/langs/ru.json +++ b/res/langs/ru.json @@ -17,6 +17,7 @@ "account": "Аккаунт", "exportSettings": "Экспорт настроек", "importSettings": "Импорт настроек", + "login": "Войти", "exit": "Выход", "settings": "Настройки", "channel": "Канал", |
