Skip to content

Commit

Permalink
Adjust title to "Launch New"
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed May 13, 2024
1 parent 97c7512 commit de75a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/launcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function LauncherBody(props: {
) : null}
<CollapsibleSection
className="jp-Launcher-openByKernel jp-Launcher-launchNotebook"
title={trans.__('Launch Notebook')}
title={trans.__('Launch New Notebook')}
icon={notebookIcon}
open={startCollapsed['launch-notebook'] !== 'collapsed'}
>
Expand All @@ -186,7 +186,7 @@ function LauncherBody(props: {
</CollapsibleSection>
<CollapsibleSection
className="jp-Launcher-openByKernel jp-Launcher-launchConsole"
title={trans.__('Launch Console')}
title={trans.__('Launch New Console')}
icon={consoleIcon}
open={startCollapsed['launch-console'] !== 'collapsed'}
>
Expand Down

0 comments on commit de75a5b

Please sign in to comment.