diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/login.html b/web/html/login.html index 68b38624..3ec410c6 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -86,7 +86,7 @@ <a-row justify="center" class="centered"> <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="English" v-for="l in supportLangs"> + <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 v-text="l.name"></span> </a-select-option> |
