@@ -79,7 +79,7 @@ const interfaceSwitcher: JupyterFrontEndPlugin<void> = {
79
79
} ;
80
80
const menubar = new MenuBar ( overflowOptions ) ;
81
81
const switcher = new Menu ( { commands } ) ;
82
- switcher . title . label = trans . __ ( 'Open In ...' ) ;
82
+ switcher . title . label = trans . __ ( 'Open in ...' ) ;
83
83
switcher . title . icon = caretDownIcon ;
84
84
menubar . addMenu ( switcher ) ;
85
85
@@ -127,7 +127,7 @@ const interfaceSwitcher: JupyterFrontEndPlugin<void> = {
127
127
addInterface ( {
128
128
command : CommandIDs . openNotebook ,
129
129
commandLabel : trans . __ ( 'Notebook' ) ,
130
- commandPaletteLabel : trans . __ ( 'Open In Jupyter Notebook' ) ,
130
+ commandPaletteLabel : trans . __ ( 'Open in Jupyter Notebook' ) ,
131
131
buttonLabel : 'openNotebook' ,
132
132
urlPrefix : `${ baseUrl } tree/` ,
133
133
} ) ;
@@ -137,7 +137,7 @@ const interfaceSwitcher: JupyterFrontEndPlugin<void> = {
137
137
addInterface ( {
138
138
command : CommandIDs . openLab ,
139
139
commandLabel : trans . __ ( 'JupyterLab' ) ,
140
- commandPaletteLabel : trans . __ ( 'Open In JupyterLab' ) ,
140
+ commandPaletteLabel : trans . __ ( 'Open in JupyterLab' ) ,
141
141
buttonLabel : 'openLab' ,
142
142
urlPrefix : `${ baseUrl } doc/tree/` ,
143
143
} ) ;
0 commit comments