diff options
Diffstat (limited to 'web/html/xui/form/protocol/trojan.html')
| -rw-r--r-- | web/html/xui/form/protocol/trojan.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html index 70286735..c0694d25 100644 --- a/web/html/xui/form/protocol/trojan.html +++ b/web/html/xui/form/protocol/trojan.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 @click="getNewEmail(client)" type="sync"> </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> |
