diff options
| author | MHSanaei <mc.sanaei@gmail.com> | 2023-02-12 16:50:09 +0300 |
|---|---|---|
| committer | MHSanaei <mc.sanaei@gmail.com> | 2023-02-12 16:50:09 +0300 |
| commit | 6d28c39ae845cb0ac6e35562aaa52d8219b95bc8 (patch) | |
| tree | bb80e5bffe67919a772694196dc80e1a99b47077 /web/html/xui/form/protocol/vmess.html | |
| parent | 920259b6f8345f30c6a4bd40205c18a37b867f0f (diff) | |
en lang edit, new designed
Diffstat (limited to 'web/html/xui/form/protocol/vmess.html')
| -rw-r--r-- | web/html/xui/form/protocol/vmess.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html index df532767..9ed444c6 100644 --- a/web/html/xui/form/protocol/vmess.html +++ b/web/html/xui/form/protocol/vmess.html @@ -11,7 +11,7 @@ Email <a-tooltip> <template slot="title"> - The email must be completely unique + The Email Must Be Completely Unique </template> <!--Renew Svg Icon--> <svg @@ -22,7 +22,7 @@ <a-input v-model.trim="vmess.email"></a-input> </a-form-item> </a-form> - <a-form-item label="id"> + <a-form-item label="ID"> <a-input v-model.trim="vmess.id"></a-input> </a-form-item> <a-form-item label='{{ i18n "additional" }} ID'> @@ -56,7 +56,7 @@ <a-form layout="inline"> <a-tooltip v-if="vmess._totalGB > 0"> <template slot="title"> - reset traffic + {{ i18n "pages.inbounds.resetTraffic" }} </template> <span style="color: #FF4D4F"> <a-icon type="delete" @click="resetClientTraffic(vmess,$event)"></a-icon> |
