浏览代码

Correct spelling mistakes (#1387)

UDP instead of TDP
MMR 1 年之前
父节点
当前提交
647b72e4fa
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'>