mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
web/LanguageDropdown: fix current selection string
This commit is contained in:
parent
6570d163e9
commit
05044922d5
@ -25,7 +25,7 @@
|
||||
</h4>
|
||||
<div class="right-side">
|
||||
<span class="selector-current" aria-hidden="true">
|
||||
{$t(`languages.${currentSetting}`)}
|
||||
{$t(`languages.${$locale}`)}
|
||||
</span>
|
||||
<IconSelector />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user