Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-09-16 14:51:36 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-09-16 14:51:36 +0300
commit89c79c3ec394ea296753d9030948fde19fcdb693 (patch)
tree213eb9828b04465c757c85381ad6532fea7fba46 /web/html/xui/form/client.html
parent566cd9e9c4b7f10f19b7eb647c6c7cad4647ac44 (diff)
more details - vmess security
Diffstat (limited to 'web/html/xui/form/client.html')
-rw-r--r--web/html/xui/form/client.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html
index a0a1f8cd..070b962c 100644
--- a/web/html/xui/form/client.html
+++ b/web/html/xui/form/client.html
@@ -39,7 +39,7 @@
</template>
<a-input v-model.trim="client.id"></a-input>
</a-form-item>
- <a-form-item v-if="inbound.protocol === Protocols.VMESS" label='Security'>
+ <a-form-item v-if="inbound.protocol === Protocols.VMESS" label='{{ i18n "security" }}'>
<a-select v-model="client.security" :dropdown-class-name="themeSwitcher.currentTheme">
<a-select-option v-for="key in USERS_SECURITY" :value="key">[[ key ]]</a-select-option>
</a-select>