diff options
| author | RblSb <msrblsb@gmail.com> | 2024-08-15 10:18:38 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2024-08-15 10:18:38 +0300 |
| commit | 4c4eacaa87b4a7dc9233eccf4611447dcad6a727 (patch) | |
| tree | f3966eb67dff5dc7c580d7f34bb94a7e851bc89f /res/langs | |
| parent | 4ac52a44ced3691581a1390bbdbdc0906074b3f3 (diff) | |
Update tab title when kicked
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 ac97ac5..3f5d47a 100644 --- a/res/langs/en.json +++ b/res/langs/en.json @@ -61,6 +61,7 @@ "yourPassword": "Your Password", "emotes": "Emotes", "chat": "Chat", + "kicked": "Kicked", "clearChat": "Clear Chat", "chatlinePlaceholder": "Send a message...", "addVideoFromUrl": "Add video from URL", diff --git a/res/langs/ru.json b/res/langs/ru.json index 37ceb6a..932fb94 100644 --- a/res/langs/ru.json +++ b/res/langs/ru.json @@ -61,6 +61,7 @@ "yourPassword": "Ваш пароль", "emotes": "Смайлы", "chat": "Чат", + "kicked": "Выпнут", "clearChat": "Очистить чат", "chatlinePlaceholder": "Введите сообщение...", "addVideoFromUrl": "Добавить видео по ссылке", |
