diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-10 14:03:50 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-10 14:03:50 +0300 |
| commit | 26a0481d8275c6d7953aaeb72a316db69c150354 (patch) | |
| tree | 476c92929a3659e51091ada546dfb4778d41f757 /web/html/xui/form/stream | |
| parent | 304510aefc7bb56a392c2adc973e1dc918d4f31b (diff) | |
http header bug fixed
Diffstat (limited to 'web/html/xui/form/stream')
| -rw-r--r-- | web/html/xui/form/stream/stream_tcp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/stream/stream_tcp.html b/web/html/xui/form/stream/stream_tcp.html index 32495a80..958f8f25 100644 --- a/web/html/xui/form/stream/stream_tcp.html +++ b/web/html/xui/form/stream/stream_tcp.html @@ -4,7 +4,7 @@ <a-form-item label="AcceptProxyProtocol"> <a-switch v-model="inbound.stream.tcp.acceptProxyProtocol"></a-switch> </a-form-item> - <a-form-item label="HTTP Camouflage"> + <a-form-item label="HTTP {{ i18n "camouflage" }}"> <a-switch :checked="inbound.stream.tcp.type === 'http'" @change="checked => inbound.stream.tcp.type = checked ? 'http' : 'none'"> |
