Browse Source

Make page title consistent with other titles.

Jason Grout 8 years ago
parent
commit
afdeb95e78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jupyterlab/__init__.py

+ 1 - 1
jupyterlab/__init__.py

@@ -38,7 +38,7 @@ class LabHandler(IPythonHandler):
     def get(self):
         self.write(self.render_template('lab.html',
             static_prefix=ujoin(self.application.settings['base_url'], PREFIX),
-            page_title='Pre-Alpha Jupyter Lab Demo',
+            page_title='JupyterLab Alpha Preview',
             terminals_available=self.settings['terminals_available'],
             mathjax_url=self.mathjax_url,
             mathjax_config='TeX-AMS_HTML-full,Safe',