diff options
Diffstat (limited to 'web/html/xui/form/protocol/socks.html')
| -rw-r--r-- | web/html/xui/form/protocol/socks.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/protocol/socks.html b/web/html/xui/form/protocol/socks.html index fafef46f..e9a937e2 100644 --- a/web/html/xui/form/protocol/socks.html +++ b/web/html/xui/form/protocol/socks.html @@ -1,6 +1,6 @@ {{define "form/socks"}} <a-form :colon="false" :label-col="{ md: {span:6} }" :wrapper-col="{ md: {span:14} }"> - <a-form-item label='{{ i18n "pages.inbounds.enable" }} udp'> + <a-form-item label='{{ i18n "pages.inbounds.enable" }} UDP'> <a-switch v-model="inbound.settings.udp"></a-switch> </a-form-item> <a-form-item label="IP" v-if="inbound.settings.udp"> @@ -30,4 +30,4 @@ </a-input-group> </template> </a-form> -{{end}}
\ No newline at end of file +{{end}} |
