fix setting description for sidebar (collapsed) nav (#1218)

This commit is contained in:
jeffvli 2025-10-31 17:28:36 -07:00
parent 6a04c709f0
commit 3d66a15ae6

View file

@ -52,7 +52,7 @@ export const SidebarSettings = () => {
onChange={handleSetSidebarCollapsedNavigation}
/>
),
description: t('setting.sidebarPlaylistList', {
description: t('setting.sidebarCollapsedNavigation', {
context: 'description',
postProcess: 'sentenceCase',
}),