Explorar el Código

Renamed tab to 'Launcher'

Roshan Prabhakar hace 8 años
padre
commit
c2052153e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/landing/plugin.ts

+ 1 - 1
src/landing/plugin.ts

@@ -28,7 +28,7 @@ const landingExtension = {
 function activateLanding(app: Application, services: ServiceManager): void {
   let widget = new Widget();
   widget.id = 'landing-jupyterlab';
-  widget.title.text = 'JupyterLab';
+  widget.title.text = 'Launcher';
   widget.title.closable = true;
   widget.addClass('jp-Landing');