diff options
| author | MHSanaei <mc.sanaei@gmail.com> | 2023-02-11 23:22:24 +0300 |
|---|---|---|
| committer | MHSanaei <mc.sanaei@gmail.com> | 2023-02-11 23:22:24 +0300 |
| commit | 56e8203a3428ab78a30bc2c22ab6c646a1a40052 (patch) | |
| tree | f84157e3b39b03ea921919e9f12600605e9bb91c /web/html/xui/common_sider.html | |
| parent | 439949a964e2a0be8551e03820977df3058ce1e4 (diff) | |
trojan grpc link fixed - some en lang edited
upgrade
text to v0.7.0
i18nv2 to v2.2.1
sqlite3 to v1.14.16
toml to v1.2.1
downgrade
sessions to v0.0.4
Diffstat (limited to 'web/html/xui/common_sider.html')
| -rw-r--r-- | web/html/xui/common_sider.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/common_sider.html b/web/html/xui/common_sider.html index f4499eeb..38a55265 100644 --- a/web/html/xui/common_sider.html +++ b/web/html/xui/common_sider.html @@ -18,7 +18,7 @@ <a-sub-menu> <template slot="title"> <a-icon type="link"></a-icon> - <span>others</span> + <span>{{ i18n "menu.link"}}</span> </template> <a-menu-item key="https://github.com/mhsanaei/3x-ui/"> <a-icon type="github"></a-icon> @@ -26,7 +26,7 @@ </a-menu-item> <a-menu-item key="https://t.me/xxxuiforever"> <a-icon type="usergroup-add"></a-icon> - <span>Telegram Group</span> + <span>Telegram</span> </a-menu-item> </a-sub-menu> <a-menu-item key="{{ .base_path }}logout"> |
