From c7eb00270863d66a81efca1cd7289bea4884d7c6 2011-10-19 06:26:53 From: MinRK <benjaminrk@gmail.com> Date: 2011-10-19 06:26:53 Subject: [PATCH] dashboard page title -> IPython Dashboard --- diff --git a/IPython/frontend/html/notebook/templates/projectdashboard.html b/IPython/frontend/html/notebook/templates/projectdashboard.html index 7f24bf5..0b9075f 100644 --- a/IPython/frontend/html/notebook/templates/projectdashboard.html +++ b/IPython/frontend/html/notebook/templates/projectdashboard.html @@ -4,7 +4,7 @@ <head> <meta charset="utf-8"> - <title>IPython Notebook</title> + <title>IPython Dashboard</title> <link rel="stylesheet" href="static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" /> <link rel="stylesheet" href="static/css/boilerplate.css" type="text/css" />