mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use component stack
This commit is contained in:
parent
7ed74905f2
commit
339ca6025f
1 changed files with 3 additions and 2 deletions
|
@ -161,13 +161,14 @@ export const Component = () => {
|
||||||
select
|
select
|
||||||
name='UICulture'
|
name='UICulture'
|
||||||
label={globalize.translate('LabelPreferredDisplayLanguage')}
|
label={globalize.translate('LabelPreferredDisplayLanguage')}
|
||||||
|
FormHelperTextProps={{ component: Stack }}
|
||||||
helperText={(
|
helperText={(
|
||||||
<Stack>
|
<>
|
||||||
<span>{globalize.translate('LabelDisplayLanguageHelp')}</span>
|
<span>{globalize.translate('LabelDisplayLanguageHelp')}</span>
|
||||||
<Link href='https://jellyfin.org/docs/general/contributing/#translating'>
|
<Link href='https://jellyfin.org/docs/general/contributing/#translating'>
|
||||||
{globalize.translate('LearnHowYouCanContribute')}
|
{globalize.translate('LearnHowYouCanContribute')}
|
||||||
</Link>
|
</Link>
|
||||||
</Stack>
|
</>
|
||||||
)}
|
)}
|
||||||
defaultValue={config.UICulture}
|
defaultValue={config.UICulture}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue