Skip to content
Snippets Groups Projects
Verified Commit cab1a4ad authored by Andreas Ellewsen's avatar Andreas Ellewsen
Browse files

Show language menu text in other language

Done to improve UX so that people that do not understand Norwegian, have
a word  they understand, to change the language to English with.

Resolves: GREG-198
parent 7dd5ba00
No related branches found
No related tags found
1 merge request!271Show language menu text in other language
Pipeline #113928 passed
......@@ -39,6 +39,7 @@ function LanguageSelector({ noPadding }: { noPadding: boolean }) {
labelId="language-select"
label={t('header.selectLanguage')}
defaultValue={selectedLanguage}
renderValue={() => (i18n.language !== 'en' ? 'Language' : 'Språk')}
sx={sx}
variant="standard"
value={selectedLanguage}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment