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/index.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/index.html')
| -rw-r--r-- | web/html/xui/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index b4e5be7f..141174dc 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -47,7 +47,7 @@ :stroke-color="status.swap.color" :percent="status.swap.percent"></a-progress> <div> - swap: [[ sizeFormat(status.swap.current) ]] / [[ sizeFormat(status.swap.total) ]] + Swap: [[ sizeFormat(status.swap.current) ]] / [[ sizeFormat(status.swap.total) ]] </div> </a-col> <a-col :span="12" style="text-align: center"> @@ -99,7 +99,7 @@ </a-col> <a-col :sm="24" :md="12"> <a-card hoverable> - tcp / udp {{ i18n "pages.index.connectionCount" }}: [[ status.tcpCount ]] / [[ status.udpCount ]] + TCP / UDP {{ i18n "pages.index.connectionCount" }}: [[ status.tcpCount ]] / [[ status.udpCount ]] <a-tooltip> <template slot="title"> {{ i18n "pages.index.connectionCountDesc" }} |
