Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/common_sider.html4
-rw-r--r--web/html/xui/inbounds.html2
-rw-r--r--web/html/xui/index.html4
3 files changed, 5 insertions, 5 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">
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index d7e56612..8d295121 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -54,7 +54,7 @@
style="margin-top: 20px"
@change="() => getDBInbounds()">
<template slot="action" slot-scope="text, dbInbound">
- <a-icon type="edit" @click="openEditInbound(dbInbound)"></a-icon>
+ <a-icon type="edit" style="font-size: 25px" @click="openEditInbound(dbInbound)"></a-icon>
<a-dropdown :trigger="['click']">
<a @click="e => e.preventDefault()">{{ i18n "pages.inbounds.operate" }}</a>
<a-menu slot="overlay" @click="a => clickAction(a, dbInbound)">
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" }}