diff options
Diffstat (limited to 'web/html/xui/component')
| -rw-r--r-- | web/html/xui/component/inbound_info.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/html/xui/component/inbound_info.html b/web/html/xui/component/inbound_info.html index cbf156d1..0618f02e 100644 --- a/web/html/xui/component/inbound_info.html +++ b/web/html/xui/component/inbound_info.html @@ -25,11 +25,11 @@ </template> <template v-if="inbound.tls || inbound.xtls"> - <p v-if="inbound.tls">tls: <a-tag color="green">{{ i18n "turnOn" }}</a-tag></p> - <p v-if="inbound.xtls">xtls: <a-tag color="green">{{ i18n "turnOn" }}</a-tag></p> + <p v-if="inbound.tls">tls: <a-tag color="green">{{ i18n "enabled" }}</a-tag></p> + <p v-if="inbound.xtls">xtls: <a-tag color="green">{{ i18n "enabled" }}</a-tag></p> </template> <template v-else> - <p>tls: <a-tag color="red">{{ i18n "closure" }}</a-tag></p> + <p>tls: <a-tag color="red">{{ i18n "disabled" }}</a-tag></p> </template> <p v-if="inbound.tls"> tls {{ i18n "domainName" }}: <a-tag :color="inbound.serverName ? 'green' : 'orange'">[[ inbound.serverName ? inbound.serverName : '' ]]</a-tag> |
