From 28016c2e95a8c06ba06783f39983754954b05627 Mon Sep 17 00:00:00 2001 From: Purks the pilot <165396672+Purks1337@users.noreply.github.com> Date: Wed, 27 May 2026 12:40:04 +0500 Subject: [PATCH] Update backup button title in Russian translation I removed the overly long backup button title on the dashboard, as at small resolutions it stretches the container with the button vertically, causing the XRAY container to have empty space below it and the backup button to become too tall. --- web/translation/ru-RU.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/translation/ru-RU.json b/web/translation/ru-RU.json index fc5f776e..55628412 100644 --- a/web/translation/ru-RU.json +++ b/web/translation/ru-RU.json @@ -229,7 +229,7 @@ "logs": "Журнал", "config": "Конфигурация", "backup": "Резервная копия", - "backupTitle": "Бэкап и восстановление", + "backupTitle": "Восстановление", "exportDatabase": "Экспорт базы данных", "exportDatabaseDesc": "Нажмите, чтобы скачать файл .db, содержащий резервную копию вашей текущей базы данных на ваше устройство.", "importDatabase": "Импорт базы данных", @@ -1116,4 +1116,4 @@ "chooseInbound": "Выберите входящее подключение" } } -} \ No newline at end of file +}