diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-25 21:13:29 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-25 21:13:29 +0300 |
| commit | 9f5ba0cf93b5fe19ecd7ad514591dbc446a3bb90 (patch) | |
| tree | 6792c41117a181b1f904219c02cf9ebd1074d6d1 /web/html/xui/inbounds.html | |
| parent | b5c553950111a7b5634fd46bdae6e5985ed498df (diff) | |
[bug] vision-udp443 only for client + Translation
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 275b1468..c4e44c45 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -68,7 +68,7 @@ <div slot="title"> <a-button type="primary" icon="plus" @click="openAddInbound">{{ i18n "pages.inbounds.addInbound" }}</a-button> <a-dropdown :trigger="['click']"> - <a-button type="primary" icon="menu">General Actions</a-button> + <a-button type="primary" icon="menu">{{ i18n "pages.inbounds.generalActions" }}</a-button> <a-menu slot="overlay" @click="a => generalActions(a)" :theme="siderDrawer.theme"> <a-menu-item key="export"> <a-icon type="export"></a-icon> |
