diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-03-27 02:45:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-27 02:45:49 +0300 |
| commit | 3da6c4d7d91c31ac341bfdc0e3513f5bf2501a91 (patch) | |
| tree | e09a1991c0347559542d0b13120a038d847e1ccc /web/html/xui/form | |
| parent | 373628a6a363e383dc9247983f2c0755bdf9f14c (diff) | |
| parent | 606360ae03f6796aaa269a3f9871e1f18ae88242 (diff) | |
Merge pull request #113 from MHSanaei/dev
Dev
Diffstat (limited to 'web/html/xui/form')
| -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 417d1734..3db72fe5 100644 --- a/web/html/xui/form/stream/stream_settings.html +++ b/web/html/xui/form/stream/stream_settings.html @@ -8,7 +8,7 @@ <a-select-option value="ws">WS</a-select-option> <a-select-option value="http">HTTP</a-select-option> <a-select-option value="quic">QUIC</a-select-option> - <a-select-option value="grpc">GRPC</a-select-option> + <a-select-option value="grpc">gRPC</a-select-option> </a-select> </a-form-item> </a-form> |
