mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
docs: update text
This commit is contained in:
parent
2e844025a3
commit
9e7b0f2f88
1 changed files with 2 additions and 2 deletions
|
|
@ -11,11 +11,11 @@ export function SidebarSettings() {
|
|||
return (
|
||||
<SettingsSection title={'Sidebar'}>
|
||||
<KeyboardShortcutSetting
|
||||
label={'Keyboard shortcut to toggle visibility'}
|
||||
label={'Keyboard shortcut for toggle sidebar'}
|
||||
{...subIO(useConfigs(), 'shortcut')}
|
||||
/>
|
||||
<KeyboardShortcutSetting
|
||||
label={'Keyboard shortcut to focus search input'}
|
||||
label={'Keyboard shortcut for focus search input'}
|
||||
{...subIO(useConfigs(), 'focusSearchInputShortcut')}
|
||||
/>
|
||||
<SimpleConfigFieldCheckbox
|
||||
|
|
|
|||
Loading…
Reference in a new issue