diff options
| author | somebodywashere <68244480+somebodywashere@users.noreply.github.com> | 2024-01-17 15:46:52 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-17 15:48:21 +0300 |
| commit | 3ed6fc40361d52df477060b28198ced083bf3987 (patch) | |
| tree | 75ec65246032e7752fd4909598b1a94e2e090e40 /web/html | |
| parent | 6550aa6bad93bc45f75fa9a975637115645b0637 (diff) | |
Quick fix RU ,ZH,FA tgbot.messages.active (#1596)
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 4be7d2b5..0acbbfec 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -244,7 +244,7 @@ <setting-list-item type="switch" title='{{ i18n "pages.settings.tgNotifyBackup" }}' desc='{{ i18n "pages.settings.tgNotifyBackupDesc" }}' v-model="allSetting.tgBotBackup"></setting-list-item> <setting-list-item type="switch" title='{{ i18n "pages.settings.tgNotifyLogin" }}' desc='{{ i18n "pages.settings.tgNotifyLoginDesc" }}' v-model="allSetting.tgBotLoginNotify"></setting-list-item> <setting-list-item type="number" title='{{ i18n "pages.settings.tgNotifyCpu" }}' desc='{{ i18n "pages.settings.tgNotifyCpuDesc" }}' v-model="allSetting.tgCpu" :min="0" :max="100"></setting-list-item> - <setting-list-item type="text" title='{{ i18n "pages.settings.telegramProxy"}}' desc='{{ i18n "pages.settings.telegramProxyDesc"}}' v-model="allSetting.tgBotProxy" placeholder="socks5://[user:pass@]host:port"></setting-list-item> + <setting-list-item type="text" title='{{ i18n "pages.settings.telegramProxy"}}' desc='{{ i18n "pages.settings.telegramProxyDesc"}}' v-model="allSetting.tgBotProxy" placeholder="socks5://user:pass@host:port"></setting-list-item> <a-list-item> <a-row style="padding: 20px"> <a-col :lg="24" :xl="12"> |
