Skip to content

Commit

Permalink
Change 'Shut down confirmation' to 'Shutdown confirmation'
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhu94 committed May 1, 2019
1 parent ba698ff commit 96c5add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mainmenu-extension/src/index.ts
Expand Up @@ -352,7 +352,7 @@ export function createFileMenu(
caption: 'Shut down JupyterLab',
execute: () => {
return showDialog({
title: 'Shut down confirmation',
title: 'Shutdown confirmation',
body: 'Please confirm you want to shut down JupyterLab.',
buttons: [
Dialog.cancelButton(),
Expand Down

0 comments on commit 96c5add

Please sign in to comment.