Browse Source

Correct spelling mistakes (#1387)

UDP instead of TDP
MMR 1 year ago
parent
commit
647b72e4fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/html/xui/xray_rule_modal.html

+ 1 - 1
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'>