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
path: root/web/html
diff options
context:
space:
mode:
authorMMR <56675802+mmrabbani@users.noreply.github.com>2023-12-16 20:58:56 +0300
committerGitHub <noreply@github.com>2023-12-16 20:58:56 +0300
commit647b72e4fa4937aac1161abf9bb611c417ea0b3a (patch)
tree634d5e6071d9510b0c8af57e2eab83fd4fab8409 /web/html
parentb9b74139bf6ec75a352b317fff85c4879a4692cb (diff)
Correct spelling mistakes (#1387)
UDP instead of TDP
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/xray_rule_modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/xray_rule_modal.html b/web/html/xui/xray_rule_modal.html
index 523a3d2c..8148d94a 100644
--- a/web/html/xui/xray_rule_modal.html
+++ b/web/html/xui/xray_rule_modal.html
@@ -32,7 +32,7 @@
</a-form-item>
<a-form-item label='Network'>
<a-select v-model="ruleModal.rule.network" :dropdown-class-name="themeSwitcher.currentTheme">
- <a-select-option v-for="x in ['','tcp','tdp','tcp,udp']" :value="x">[[ x ]]</a-select-option>
+ <a-select-option v-for="x in ['','TCP','UDP','TCP,UDP']" :value="x">[[ x ]]</a-select-option>
</a-select>
</a-form-item>
<a-form-item label='Protocol'>