Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-04-14 16:52:49 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-04-14 16:52:49 +0300
commit4fb060d25e2d95803a964699c2def140c4a3fb95 (patch)
treea73f637d1ae7aedd52098ca87a1496edddc2e03c /web
parent3eff8022f2c0fd1da0a7388ac5e8b4135d9ceb32 (diff)
fix typo 2
Diffstat (limited to 'web')
-rw-r--r--web/html/xui/setting.html6
-rw-r--r--web/translation/translate.en_US.toml2
2 files changed, 3 insertions, 5 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 @@
&nbsp;&nbsp;<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>
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml
index 61933941..97e65b5a 100644
--- a/web/translation/translate.en_US.toml
+++ b/web/translation/translate.en_US.toml
@@ -41,7 +41,7 @@
"domainName" = "Domain name"
"additional" = "Alter"
"monitor" = "Listen IP"
-"certificate" = "Certificat"
+"certificate" = "Certificate"
"fail" = "Fail"
"success" = " Success"
"getVersion" = "Get version"