From 1d48f2887dc6688d99581e9c5b2006c2dd4793b7 Mon Sep 17 00:00:00 2001 From: NaiJi Date: Wed, 5 Oct 2022 12:15:58 +0000 Subject: [PATCH] fix(i18l): Fix broken strings for configuration wizard --- assets/translations/en.json | 2 +- assets/translations/ru.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/translations/en.json b/assets/translations/en.json index c54bd5f6..069e0c74 100644 --- a/assets/translations/en.json +++ b/assets/translations/en.json @@ -185,7 +185,7 @@ }, "not_ready_card": { "begin": "Please finish application setup using ", - "insertion": "@:more.configuration_wizard", + "insertion": "Setup Wizard", "end": " for further work", "in_menu": "Server is not set up yet. Please finish setup using setup wizard for further work." }, diff --git a/assets/translations/ru.json b/assets/translations/ru.json index 0224f103..d29ae6dc 100644 --- a/assets/translations/ru.json +++ b/assets/translations/ru.json @@ -185,7 +185,7 @@ }, "not_ready_card": { "begin": "Завершите настройку приложения используя ", - "insertion": "@:more.configuration_wizard", + "insertion": "Мастер Настройки", "end": " для продолжения работы", "in_menu": "Сервер ещё не настроен, воспользуйтесь мастером подключения." },