web/LanguageDropdown: fix current selection string

This commit is contained in:
wukko 2024-07-08 19:24:40 +06:00
parent 6570d163e9
commit 05044922d5
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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>