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
diff options
context:
space:
mode:
authorHo3ein <ho3ein.sanaei@gmail.com>2023-06-16 17:55:33 +0300
committerGitHub <noreply@github.com>2023-06-16 17:55:33 +0300
commit5188d516e3a13e0cf4c04f8af653007983b16cb5 (patch)
tree7b2ab0097680e00cf74eb8467dddf3598eda7ba1 /web/html/login.html
parent97925eeebe30c2f70bad6b6c240728034638842f (diff)
new - loglevel (#612)
Diffstat (limited to 'web/html/login.html')
-rw-r--r--web/html/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/login.html b/web/html/login.html
index 3ec410c6..61381a61 100644
--- a/web/html/login.html
+++ b/web/html/login.html
@@ -87,7 +87,7 @@
<a-col :span="12">
<a-select ref="selectLang" v-model="lang" @change="setLang(lang)" :dropdown-class-name="themeSwitcher.darkCardClass">
<a-select-option :value="l.value" :label="l.value" v-for="l in supportLangs">
- <span role="img" aria-label="l.name" v-text="l.icon"></span>
+ <span role="img" :aria-label="l.name" v-text="l.icon"></span>
&nbsp;&nbsp;<span v-text="l.name"></span>
</a-select-option>
</a-select>