1
0
Fork 0
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:
viown 2025-03-13 21:46:02 +03:00
parent 7ed74905f2
commit 339ca6025f

View file

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