mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 01:48:28 +00:00
web/LanguageDropdown: fix current selection string
This commit is contained in:
parent
4f2bf18d85
commit
e1bf0fb6fa
@ -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