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
|
||||
name='UICulture'
|
||||
label={globalize.translate('LabelPreferredDisplayLanguage')}
|
||||
FormHelperTextProps={{ component: Stack }}
|
||||
helperText={(
|
||||
<Stack>
|
||||
<>
|
||||
<span>{globalize.translate('LabelDisplayLanguageHelp')}</span>
|
||||
<Link href='https://jellyfin.org/docs/general/contributing/#translating'>
|
||||
{globalize.translate('LearnHowYouCanContribute')}
|
||||
</Link>
|
||||
</Stack>
|
||||
</>
|
||||
)}
|
||||
defaultValue={config.UICulture}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue