Skip to content

Commit

Permalink
Correct spelling mistakes (#1387)
Browse files Browse the repository at this point in the history
UDP instead of TDP
  • Loading branch information
mmrabbani committed Dec 16, 2023
1 parent b9b7413 commit 647b72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/html/xui/xray_rule_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'>
Expand Down

0 comments on commit 647b72e

Please sign in to comment.