mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
fix setting description for sidebar (collapsed) nav (#1218)
This commit is contained in:
@@ -52,7 +52,7 @@ export const SidebarSettings = () => {
|
|||||||
onChange={handleSetSidebarCollapsedNavigation}
|
onChange={handleSetSidebarCollapsedNavigation}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
description: t('setting.sidebarPlaylistList', {
|
description: t('setting.sidebarCollapsedNavigation', {
|
||||||
context: 'description',
|
context: 'description',
|
||||||
postProcess: 'sentenceCase',
|
postProcess: 'sentenceCase',
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user