mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
fix title/description of home feature style setting
This commit is contained in:
@@ -391,12 +391,12 @@ export const ApplicationSettings = memo(() => {
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
description: t('setting.homeFeature', {
|
description: t('setting.homeFeatureStyle', {
|
||||||
context: 'description',
|
context: 'description',
|
||||||
postProcess: 'sentenceCase',
|
postProcess: 'sentenceCase',
|
||||||
}),
|
}),
|
||||||
isHidden: false,
|
isHidden: false,
|
||||||
title: t('setting.homeFeature', { postProcess: 'sentenceCase' }),
|
title: t('setting.homeFeatureStyle', { postProcess: 'sentenceCase' }),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
control: (
|
control: (
|
||||||
|
|||||||
Reference in New Issue
Block a user