Skip to content

Commit

Permalink
Adjust titles to "Launch New" (#20)
Browse files Browse the repository at this point in the history
* Adjust title to "Launch New"

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
krassowski and github-actions[bot] authored May 13, 2024
1 parent 384f261 commit 456b2fa
Show file tree
Hide file tree
Showing 4 changed files 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 456b2fa

Please sign in to comment.