diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-16 14:51:36 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-16 14:51:36 +0300 |
| commit | 89c79c3ec394ea296753d9030948fde19fcdb693 (patch) | |
| tree | 213eb9828b04465c757c85381ad6532fea7fba46 /web/html/xui/client_bulk_modal.html | |
| parent | 566cd9e9c4b7f10f19b7eb647c6c7cad4647ac44 (diff) | |
more details - vmess security
Diffstat (limited to 'web/html/xui/client_bulk_modal.html')
| -rw-r--r-- | web/html/xui/client_bulk_modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/client_bulk_modal.html b/web/html/xui/client_bulk_modal.html index 3cdc5ff6..c4e33bb1 100644 --- a/web/html/xui/client_bulk_modal.html +++ b/web/html/xui/client_bulk_modal.html @@ -28,7 +28,7 @@ <a-form-item label='{{ i18n "pages.client.clientCount" }}' v-if="clientsBulkModal.emailMethod < 2"> <a-input-number v-model="clientsBulkModal.quantity" :min="1" :max="100"></a-input-number> </a-form-item> - <a-form-item v-if="inbound.protocol === Protocols.VMESS" label='Security'> + <a-form-item label='{{ i18n "security" }}' v-if="inbound.protocol === Protocols.VMESS"> <a-select v-model="clientsBulkModal.security" :dropdown-class-name="themeSwitcher.currentTheme"> <a-select-option v-for="key in USERS_SECURITY" :value="key">[[ key ]]</a-select-option> </a-select> |
