Small edit & fixes (#1571)

This commit is contained in:
shahin-io
2024-01-12 14:24:42 +00:00
committed by MHSanaei
parent 491f7aecef
commit 4b5dd99555
11 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -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>