From 5dbe389e89bdccb8db1c399cdccfe286f7e4aba0 Mon Sep 17 00:00:00 2001 From: Andrew Fulton Date: Thu, 12 Dec 2024 10:40:09 -0700 Subject: [PATCH] Update src/commands.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MichaƂ Krassowski <5832902+krassowski@users.noreply.github.com> --- src/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.ts b/src/commands.ts index d70e844..5df5b28 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -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'];