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
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/xui/form/protocol/vless.html')
-rw-r--r--web/html/xui/form/protocol/vless.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html
index 91691e93..7dfc5402 100644
--- a/web/html/xui/form/protocol/vless.html
+++ b/web/html/xui/form/protocol/vless.html
@@ -5,10 +5,10 @@
<a-form layout="inline">
<a-form-item>
<span slot="label">
- Email
+ <span>{{ i18n "pages.inbounds.Email" }}</span>
<a-tooltip>
<template slot="title">
- The Email Must Be Completely Unique
+ <span>{{ i18n "pages.inbounds.EmailDesc" }}</span>
</template>
<a-icon type="sync" @click="getNewEmail(client)"></a-icon>
</a-tooltip>
@@ -21,10 +21,10 @@
</a-form-item>
<a-form-item>
<span slot="label">
- IP Count Limit
+ <span>{{ i18n "pages.inbounds.IPLimit" }}</span>
<a-tooltip>
<template slot="title">
- disable inbound if more than entered count (0 for disable limit ip)
+ <span>{{ i18n "pages.inbounds.IPLimitDesc" }}</span>
</template>
<a-icon type="question-circle" theme="filled"></a-icon>
</a-tooltip>