From 589a8702aad5f882e3df261cc397a966ee09f674 Mon Sep 17 00:00:00 2001 From: Shahin <115543613+shahin-io@users.noreply.github.com> Date: Thu, 18 Jan 2024 07:00:38 +0000 Subject: [PATCH] Revert-back some edits (#1617) * Update index.html * Update translate.en_US.toml --- web/html/xui/index.html | 2 +- web/translation/translate.en_US.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/html/xui/index.html b/web/html/xui/index.html index d3357a4d..3c01a29f 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -93,7 +93,7 @@ {{ i18n "pages.index.xrayStatus" }}: - [[ status.xray.state.toUpperCase() ]] + [[ status.xray.state ]] An error occurred while running Xray diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index b8fdcde1..2f1c0544 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -54,11 +54,11 @@ "security" = "Security" [menu] -"dashboard" = "OVERVIEW" -"inbounds" = "INBOUNDS" -"settings" = "PANEL SETTINGS" -"xray" = "XRAY CONFIGS" -"logout" = "LOG OUT" +"dashboard" = "Overview" +"inbounds" = "Inbounds" +"settings" = "Panel Settings" +"xray" = "Xray Configs" +"logout" = "Log Out" "link" = "Manage" [pages.login] @@ -319,7 +319,7 @@ "ipv4Configs" = "IPv4 Routing" "ipv4ConfigsDesc" = "These options will route traffic based on a specific destination via IPv4." "warpConfigs" = "WARP Routing" -"warpConfigsDesc" = "These options will route traffic based on a specific destination via WARP. (follow the guide on the Panel’s GitHub)" +"warpConfigsDesc" = "These options will route traffic based on a specific destination via WARP." "Template" = "Advanced Xray Configuration Template" "TemplateDesc" = "The final Xray config file will be generated based on this template." "FreedomStrategy" = "Freedom Protocol Strategy"