diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-16 15:58:32 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-16 15:58:32 +0300 |
| commit | 907c30f743647a033cb05af7771680a152f68a7c (patch) | |
| tree | f050cb23d7acf532df7dee55b922f46bdb5d8ee3 /web/html/xui/inbound_info_modal.html | |
| parent | 5202fb2df42c8179f506114ce0377ceb2cefd772 (diff) | |
bug fix - bulk Telegram ChatID
Diffstat (limited to 'web/html/xui/inbound_info_modal.html')
| -rw-r--r-- | web/html/xui/inbound_info_modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index 021707a7..b15f1830 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -255,7 +255,7 @@ </tr-info-row> </template> <template v-if="app.tgBotEnable && infoModal.clientSettings.tgId"> - <a-divider>Telegram ID</a-divider> + <a-divider>Telegram ChatID</a-divider> <tr-info-row class="tr-info-row"> <tr-info-title class="tr-info-title"> <a-tag color="blue">[[ infoModal.clientSettings.tgId ]]</a-tag> |
