diff options
Diffstat (limited to 'web/html/xui/form')
| -rw-r--r-- | web/html/xui/form/client.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/inbound.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/outbound.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/tls_settings.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index 35ec9833..204aca72 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -117,7 +117,7 @@ <template slot="title"> 0 <span>{{ i18n "pages.inbounds.meansNoLimit" }}</span> </template> - {{ i18n "pages.inbounds.totalFlow" }}(GB) + {{ i18n "pages.inbounds.totalFlow" }} <a-icon type="question-circle"></a-icon> </a-tooltip> </template> diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html index b19be9ac..92ba6e75 100644 --- a/web/html/xui/form/inbound.html +++ b/web/html/xui/form/inbound.html @@ -37,7 +37,7 @@ <template slot="title"> 0 <span>{{ i18n "pages.inbounds.meansNoLimit" }}</span> </template> - {{ i18n "pages.inbounds.totalFlow" }}(GB) + {{ i18n "pages.inbounds.totalFlow" }} <a-icon type="question-circle"></a-icon> </a-tooltip> </template> 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"> 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> |
