fix title/description of home feature style setting

This commit is contained in:
jeffvli
2026-01-29 19:58:54 -08:00
parent 74b0e38f7e
commit a1a837298f
@@ -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: (