瀏覽代碼

Issue 861: Small wording issue with JupyterLab preview

ddigges 8 年之前
父節點
當前提交
9f0a7c387f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/about/html.ts

+ 1 - 1
src/about/html.ts

@@ -14,7 +14,7 @@ const html = `
                     <span class="jp-img jp-About-logo"></span>
                     <p class="header">Welcome to the JupyterLab Alpha preview</p>
                     <div class="desc-one">
-                        <p>Click on the JupyterLab tab for the initial JupyterLab screen.</p>
+                        <p>Click on the Launcher tab for the initial JupyterLab screen.</p>
                         <p>This demo gives an Alpha-level developer preview of the JupyterLab environment. <b>It is not ready for general usage yet.</b> We are developing JupyterLab at <a href="https://github.com/jupyter/jupyterlab">https://github.com/jupyter/jupyterlab</a>. Pull requests are welcome!</p>
                         <p>Here is a brief description of some of the things you'll find in this demo.</p>
                     </div>