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