Skip to content

Commit

Permalink
Update src/commands.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
  • Loading branch information
andrewfulton9 and krassowski authored Dec 12, 2024
1 parent 05998ce commit 5dbe389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function addCommands(
return settings.composite
.launchNotebookSection as ISettingsLayout['launchNotebookSection'];
},
label: trans.__('Show create new empty notebook section'),
label: trans.__('Show "Create Notebook" section'),
execute: async () => {
const launchNotebookSection = settings.composite
.launchNotebookSection as ISettingsLayout['launchNotebookSection'];
Expand Down

0 comments on commit 5dbe389

Please sign in to comment.