diff options
| author | MHSanaei <mc.sanaei@gmail.com> | 2023-02-18 15:37:32 +0300 |
|---|---|---|
| committer | MHSanaei <mc.sanaei@gmail.com> | 2023-02-18 15:37:32 +0300 |
| commit | b412df70f1b2e9f10b75e095a2329f10b48e01b5 (patch) | |
| tree | 9d69f34fc53ce9662996494718a7f6aabab0b648 /web/html/xui/form | |
| parent | fe9844b51b04bb924bb0e5444b493668c9df92a2 (diff) | |
update pack 2
Diffstat (limited to 'web/html/xui/form')
| -rw-r--r-- | web/html/xui/form/protocol/trojan.html | 4 | ||||
| -rw-r--r-- | web/html/xui/form/protocol/vless.html | 4 | ||||
| -rw-r--r-- | web/html/xui/form/protocol/vmess.html | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html index 48fbfd4e..fa5a2032 100644 --- a/web/html/xui/form/protocol/trojan.html +++ b/web/html/xui/form/protocol/trojan.html @@ -9,10 +9,10 @@ <a-form layout="inline"> <a-form-item> <span slot="label"> - Username + Email <a-tooltip> <template slot="title"> - The Username Must Be Completely Unique + The Email Must Be Completely Unique </template> <!--Renew Svg Icon--> <svg diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html index f6809c1e..5d56fdd3 100644 --- a/web/html/xui/form/protocol/vless.html +++ b/web/html/xui/form/protocol/vless.html @@ -9,10 +9,10 @@ <a-form layout="inline"> <a-form-item> <span slot="label"> - Username + Email <a-tooltip> <template slot="title"> - The Username Must Be Completely Unique + The Email Must Be Completely Unique </template> <!--Renew Svg Icon--> <svg diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html index c156d6d5..9ed444c6 100644 --- a/web/html/xui/form/protocol/vmess.html +++ b/web/html/xui/form/protocol/vmess.html @@ -8,10 +8,10 @@ <a-form layout="inline"> <a-form-item> <span slot="label"> - Username + Email <a-tooltip> <template slot="title"> - The Username Must Be Completely Unique + The Email Must Be Completely Unique </template> <!--Renew Svg Icon--> <svg |
