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
diff options
context:
space:
mode:
authorMHSanaei <33454419+MHSanaei@users.noreply.github.com>2023-03-25 19:12:31 +0300
committerMHSanaei <33454419+MHSanaei@users.noreply.github.com>2023-03-25 19:12:31 +0300
commitf0f5163a83498dec87728faa1986130cfefcf51d (patch)
tree50691467744ea6115da8bf415ec9ac72f35dc21c /web/html/xui
parent373628a6a363e383dc9247983f2c0755bdf9f14c (diff)
typo fixed
Diffstat (limited to 'web/html/xui')
-rw-r--r--web/html/xui/form/stream/stream_settings.html2
-rw-r--r--web/html/xui/index.html2
2 files changed, 2 insertions, 2 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>
diff --git a/web/html/xui/index.html b/web/html/xui/index.html
index 3d9b326c..5ced0a26 100644
--- a/web/html/xui/index.html
+++ b/web/html/xui/index.html
@@ -172,7 +172,7 @@
</a-col>
<a-col :sm="24" :md="12">
<a-card hoverable :class="siderDrawer.isDarkTheme ? darkClass : ''">
- x-ui: <a href="https://github.com/MHSanaei/3x-ui/releases" target="_blank"><a-tag color="green">3x-ui v{{ .cur_ver }}</a-tag></a>
+ 3x-ui: <a href="https://github.com/MHSanaei/3x-ui/releases" target="_blank"><a-tag color="green">v{{ .cur_ver }}</a-tag></a>
<a href="https://t.me/panel3xui" target="_blank"><a-tag color="green">Telegram</a-tag></a>
<a-tag color="blue" style="cursor: pointer;" @click="openLogs">Log Reports</a-tag>
</a-card>