mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/LanguageDropdown: fix current selection string
This commit is contained in:
parent
6570d163e9
commit
05044922d5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue