diff options
| author | MMR <56675802+mmrabbani@users.noreply.github.com> | 2023-12-16 20:58:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-16 20:58:56 +0300 |
| commit | 647b72e4fa4937aac1161abf9bb611c417ea0b3a (patch) | |
| tree | 634d5e6071d9510b0c8af57e2eab83fd4fab8409 /web/html | |
| parent | b9b74139bf6ec75a352b317fff85c4879a4692cb (diff) | |
Correct spelling mistakes (#1387)
UDP instead of TDP
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/xray_rule_modal.html | 2 |
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'> |
