diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/form/protocol/vmess.html | 1 | ||||
| -rw-r--r-- | web/translation/translate.en_US.toml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html index 43e9182f..d46c16f9 100644 --- a/web/html/xui/form/protocol/vmess.html +++ b/web/html/xui/form/protocol/vmess.html @@ -9,7 +9,6 @@ <template slot="title"> <span>{{ i18n "pages.inbounds.emailDesc" }}</span> </template> - </a-tooltip> </span> <a-icon @click="client.email = RandomUtil.randomText()" type="sync"> </a-icon> diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 2366e31f..94d4e47d 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -170,7 +170,7 @@ "xtlsDesc" = "Xray core needs to be 1.7.5" "realityDesc" = "Xray core needs to be 1.8.0 or higher." "telegramDesc" = "use Telegram ID without @ or chat IDs ( you can get it here @userinfobot )" -"subscriptionDesc" = "you can find your sub link on Details, also ou can use the same name for several configurations" +"subscriptionDesc" = "you can find your sub link on Details, also you can use the same name for several configurations" [pages.client] "add" = "Add Client" |
