mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
fix setting description for sidebar (collapsed) nav (#1218)
This commit is contained in:
parent
6a04c709f0
commit
3d66a15ae6
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export const SidebarSettings = () => {
|
|||
onChange={handleSetSidebarCollapsedNavigation}
|
||||
/>
|
||||
),
|
||||
description: t('setting.sidebarPlaylistList', {
|
||||
description: t('setting.sidebarCollapsedNavigation', {
|
||||
context: 'description',
|
||||
postProcess: 'sentenceCase',
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue