diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-17 19:30:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-17 19:30:14 +0300 |
| commit | f25a7a571e6103587558e970673a09375b1ef318 (patch) | |
| tree | 24e645ff37cec8d8b166bfe59403c4fb19a1da2c /web/html/xui/form/protocol/socks.html | |
| parent | b9ffe62d698016b52a5a36ede0eb2bdf86085d8a (diff) | |
| parent | 87e173b56767a861210dc0cc4913bab232765dfd (diff) | |
Merge pull request #26 from MHSanaei/dev
alireza
Diffstat (limited to 'web/html/xui/form/protocol/socks.html')
| -rw-r--r-- | web/html/xui/form/protocol/socks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/protocol/socks.html b/web/html/xui/form/protocol/socks.html index 35c1c0b5..5857d413 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 layout="inline"> -<!-- <a-form-item label="密码认证">--> +<!-- <a-form-item label="Password authentication">--> <a-form-item label='{{ i18n "password" }}'> <a-switch :checked="inbound.settings.auth === 'password'" @change="checked => inbound.settings.auth = checked ? 'password' : 'noauth'"></a-switch> |
