Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-10-01 10:40:03 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-10-01 10:40:03 +0300
commitf2ee18235fcfb3d1234e7e0d8755ac6996ef6b61 (patch)
treed03620633a450308f622085dc70f2ef7147203ab /web
parentf48df1e5c05a75b9da032c726005df7848c40277 (diff)
update dependencies
Diffstat (limited to 'web')
-rw-r--r--web/html/xui/form/stream/stream_settings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/stream/stream_settings.html b/web/html/xui/form/stream/stream_settings.html
index 7150f999..2a575595 100644
--- a/web/html/xui/form/stream/stream_settings.html
+++ b/web/html/xui/form/stream/stream_settings.html
@@ -4,7 +4,7 @@
<a-form-item label='{{ i18n "transmission" }}'>
<a-select v-model="inbound.stream.network" style="width: 75%" @change="streamNetworkChange"
:dropdown-class-name="themeSwitcher.currentTheme">
- <a-select-option value="tcp">TCP(RAW)</a-select-option>
+ <a-select-option value="tcp">TCP (RAW)</a-select-option>
<a-select-option value="kcp">mKCP</a-select-option>
<a-select-option value="ws">WebSocket</a-select-option>
<a-select-option value="http">H2</a-select-option>