diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-14 16:52:49 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-14 16:52:49 +0300 |
| commit | 4fb060d25e2d95803a964699c2def140c4a3fb95 (patch) | |
| tree | a73f637d1ae7aedd52098ca87a1496edddc2e03c /web/html/xui/setting.html | |
| parent | 3eff8022f2c0fd1da0a7388ac5e8b4135d9ceb32 (diff) | |
fix typo 2
Diffstat (limited to 'web/html/xui/setting.html')
| -rw-r--r-- | web/html/xui/setting.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/web/html/xui/setting.html b/web/html/xui/setting.html index fcff77ce..0218aea8 100644 --- a/web/html/xui/setting.html +++ b/web/html/xui/setting.html @@ -51,9 +51,8 @@ <a-col :lg="24" :xl="12"> <a-list-item-meta title="Language"/> </a-col> - <a-col :lg="24" :xl="12"> - <temlate> + <template> <a-select ref="selectLang" v-model="lang" @@ -66,10 +65,9 @@ <span v-text="l.name"></span> </a-select-option> </a-select> - </temlate> + </template> </a-col> </a-row> - </a-list-item> </a-list> </a-tab-pane> |
