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:
authorshahin-io <115543613+shahin-io@users.noreply.github.com>2024-01-12 17:24:42 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-01-12 17:25:18 +0300
commit4b5dd99555d30dc1edf6dcbe57c0f6eadc711284 (patch)
tree75caf762aab99f347adf949f4fad9186fc349605 /web/html/xui/form/outbound.html
parent491f7aecef485bb503b1a7c9762f2d08f238248e (diff)
Small edit & fixes (#1571)
Diffstat (limited to 'web/html/xui/form/outbound.html')
-rw-r--r--web/html/xui/form/outbound.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html
index 0c14e0d9..8bea1fe5 100644
--- a/web/html/xui/form/outbound.html
+++ b/web/html/xui/form/outbound.html
@@ -337,7 +337,7 @@
<a-radio-group v-model="outbound.stream.security" button-style="solid">
<a-radio-button value="none">{{ i18n "none" }}</a-radio-button>
<a-radio-button value="tls">TLS</a-radio-button>
- <a-radio-button v-if="outbound.canEnableReality()" value="reality">Reality</a-radio-button>
+ <a-radio-button v-if="outbound.canEnableReality()" value="reality">REALITY</a-radio-button>
</a-radio-group>
</a-form-item>
<template v-if="outbound.stream.isTls">