From fa62f8e0f5a509832b4fb4ebb3bdc72c62282fbf Mon Sep 17 00:00:00 2001 From: Mohammad Foroughi Date: Sun, 30 Oct 2022 07:22:31 +0330 Subject: [PATCH] update: translate dashboard --- web/html/xui/index.html | 2 +- web/translation/translate.en_US.toml | 2 +- web/translation/translate.zh_Hans.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/html/xui/index.html b/web/html/xui/index.html index c2a2a253..b4e5be7f 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -310,7 +310,7 @@ cancelText: '{{ i18n "cancel"}}', onOk: async () => { versionModal.hide(); - this.loading(true, '{{ i18n "pages.index.dontRefresh"}}'); + this.loading(true, '{{ i18n "pages.index.dontRefreshh"}}'); await HttpUtil.post(`/server/installXray/${version}`); this.loading(false); }, diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index c70911fd..c8d1e0c4 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -54,7 +54,7 @@ "totalReceive" = "Total download traffic of all network cards since system startup" "xraySwitchVersionDialog" = "switch xray version" "xraySwitchVersionDialogDesc" = "whether to switch the xray version to" -"dontRefresh" = "Installation is in progress, please do not refresh this page" +"dontRefreshh" = "Installation is in progress, please do not refresh this page" [pages.inbounds] diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index c81896fd..7c6889d0 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -53,7 +53,7 @@ "totalReceive" = "系统启动以来所有网卡的总下载流量" "xraySwitchVersionDialog" = "切换 xray 版本" "xraySwitchVersionDialogDesc" = "是否切换 xray 版本至" -"dontRefresh" = "安装中,请不要刷新此页面" +"dontRefreshh" = "安装中,请不要刷新此页面" [pages.inbounds]