diff options
| author | shahin-io <115543613+shahin-io@users.noreply.github.com> | 2024-01-12 17:24:42 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-12 17:25:18 +0300 |
| commit | 4b5dd99555d30dc1edf6dcbe57c0f6eadc711284 (patch) | |
| tree | 75caf762aab99f347adf949f4fad9186fc349605 /web/html/xui/form/tls_settings.html | |
| parent | 491f7aecef485bb503b1a7c9762f2d08f238248e (diff) | |
Small edit & fixes (#1571)
Diffstat (limited to 'web/html/xui/form/tls_settings.html')
| -rw-r--r-- | web/html/xui/form/tls_settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index dc767636..b670226c 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -15,7 +15,7 @@ <template slot="title"> <span>{{ i18n "pages.inbounds.realityDesc" }}</span> </template> - <a-radio-button v-if="inbound.canEnableReality()" value="reality">Reality</a-radio-button> + <a-radio-button v-if="inbound.canEnableReality()" value="reality">REALITY</a-radio-button> </a-tooltip> <a-radio-button value="tls">TLS</a-radio-button> </a-radio-group> |
