Skip to content

Commit

Permalink
bug fix #1524
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Jan 9, 2024
1 parent 984b469 commit 8b25e21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/html/xui/form/stream/stream_settings.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{define "form/streamSettings"}}
<!-- select stream network -->
<a-form :colon="false" :label-col="{ md: {span:6} }" :wrapper-col="{ md: {span:14} }">
<a-form-item label="{{ i18n "transmission" }}">
<a-form-item label='{{ i18n "transmission" }}'>
<a-select v-model="inbound.stream.network" @change="streamNetworkChange"
:dropdown-class-name="themeSwitcher.currentTheme">
<a-select-option value="tcp">TCP</a-select-option>
Expand Down
2 changes: 1 addition & 1 deletion web/html/xui/form/stream/stream_sockopt.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a-switch v-model="inbound.stream.sockoptSwitch"></a-switch>
</a-form-item>
<template v-if="inbound.stream.sockoptSwitch">
<a-form-item label=PROXY Protocol">
<a-form-item label="PROXY Protocol">
<a-switch v-model="inbound.stream.sockopt.acceptProxyProtocol"></a-switch>
</a-form-item>
<a-form-item label="TCP Fast Open">
Expand Down
2 changes: 1 addition & 1 deletion web/html/xui/form/stream/stream_ws.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{define "form/streamWS"}}
<a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }">
<a-form-item label=PROXY Protocol">
<a-form-item label="PROXY Protocol">
<a-switch v-model="inbound.stream.ws.acceptProxyProtocol"></a-switch>
</a-form-item>
<a-form-item label='{{ i18n "path" }}'>
Expand Down

0 comments on commit 8b25e21

Please sign in to comment.