Skip to content

Commit

Permalink
lang fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
himdel committed Dec 31, 2024
1 parent 0078e3f commit 91b1ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/language-switcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export function LanguageSwitcher(_props) {
items={[
<DropdownItem isDisabled key='current'>
{window.localStorage.override_l10n
? t`{currentLanguage} (current)`
: t`{currentLanguage} (browser default)`}
? t`${currentLanguage} (current)`
: t`${currentLanguage} (browser default)`}
</DropdownItem>,
<DropdownSeparator key='separator1' />,
...availableLanguages.map((lang) => (
Expand Down

0 comments on commit 91b1ba9

Please sign in to comment.