diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-01 10:40:03 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-01 10:40:03 +0300 |
| commit | f2ee18235fcfb3d1234e7e0d8755ac6996ef6b61 (patch) | |
| tree | d03620633a450308f622085dc70f2ef7147203ab /web | |
| parent | f48df1e5c05a75b9da032c726005df7848c40277 (diff) | |
update dependencies
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/form/stream/stream_settings.html | 2 |
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> |
