Explorar o código

Renamed tab to 'Launcher'

Roshan Prabhakar %!s(int64=8) %!d(string=hai) anos
pai
achega
c2052153e1
Modificáronse 1 ficheiros con 1 adicións e 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');