diff options
Diffstat (limited to 'web/html/xui')
| -rw-r--r-- | web/html/xui/form/client.html | 4 | ||||
| -rw-r--r-- | web/html/xui/form/protocol/shadowsocks.html | 4 | ||||
| -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 |
5 files changed, 10 insertions, 10 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index c8ab09cf..1aaf9073 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -11,10 +11,10 @@ <br> <a-form-item> <span slot="label"> - <span>{{ i18n "pages.inbounds.Email" }}</span> + <span>{{ i18n "pages.inbounds.email" }}</span> <a-tooltip> <template slot="title"> - <span>{{ i18n "pages.inbounds.EmailDesc" }}</span> + <span>{{ i18n "pages.inbounds.emailDesc" }}</span> </template> <a-icon type="sync" @click="getNewEmail(client)"></a-icon> </a-tooltip> diff --git a/web/html/xui/form/protocol/shadowsocks.html b/web/html/xui/form/protocol/shadowsocks.html index f37c1a90..b59b4722 100644 --- a/web/html/xui/form/protocol/shadowsocks.html +++ b/web/html/xui/form/protocol/shadowsocks.html @@ -4,10 +4,10 @@ <a-collapse-panel header='{{ i18n "pages.inbounds.client" }}'> <a-form-item> <span slot="label"> - <span>{{ i18n "pages.inbounds.Email" }}</span> + <span>{{ i18n "pages.inbounds.email" }}</span> <a-tooltip> <template slot="title"> - <span>{{ i18n "pages.inbounds.EmailDesc" }}</span> + <span>{{ i18n "pages.inbounds.emailDesc" }}</span> </template> <a-icon @click="getNewEmail(client)" type="sync"></a-icon> </a-tooltip> diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html index 4a2518a7..2b6a2a3b 100644 --- a/web/html/xui/form/protocol/trojan.html +++ b/web/html/xui/form/protocol/trojan.html @@ -4,10 +4,10 @@ <a-collapse-panel header='{{ i18n "pages.inbounds.client" }}'> <a-form-item> <span slot="label"> - <span>{{ i18n "pages.inbounds.Email" }}</span> + <span>{{ i18n "pages.inbounds.email" }}</span> <a-tooltip> <template slot="title"> - <span>{{ i18n "pages.inbounds.EmailDesc" }}</span> + <span>{{ i18n "pages.inbounds.emailDesc" }}</span> </template> <a-icon type="sync" @click="getNewEmail(client)"></a-icon> </a-tooltip> diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html index 12b15711..b253a4a3 100644 --- a/web/html/xui/form/protocol/vless.html +++ b/web/html/xui/form/protocol/vless.html @@ -4,10 +4,10 @@ <a-collapse-panel header='{{ i18n "pages.inbounds.client" }}'> <a-form-item> <span slot="label"> - <span>{{ i18n "pages.inbounds.Email" }}</span> + <span>{{ i18n "pages.inbounds.email" }}</span> <a-tooltip> <template slot="title"> - <span>{{ i18n "pages.inbounds.EmailDesc" }}</span> + <span>{{ i18n "pages.inbounds.emailDesc" }}</span> </template> <a-icon type="sync" @click="getNewEmail(client)"></a-icon> </a-tooltip> diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html index 2b02bd14..f703210b 100644 --- a/web/html/xui/form/protocol/vmess.html +++ b/web/html/xui/form/protocol/vmess.html @@ -4,10 +4,10 @@ <a-collapse-panel header='{{ i18n "pages.inbounds.client" }}'> <a-form-item> <span slot="label"> - <span>{{ i18n "pages.inbounds.Email" }}</span> + <span>{{ i18n "pages.inbounds.email" }}</span> <a-tooltip> <template slot="title"> - <span>{{ i18n "pages.inbounds.EmailDesc" }}</span> + <span>{{ i18n "pages.inbounds.emailDesc" }}</span> </template> <a-icon type="sync" @click="getNewEmail(client)"></a-icon> </a-tooltip> |
