diff --git a/cms/templates/asset_index.html b/cms/templates/asset_index.html
index a5a9144b07..ea759d38af 100644
--- a/cms/templates/asset_index.html
+++ b/cms/templates/asset_index.html
@@ -1,7 +1,7 @@
<%inherit file="base.html" />
<%! from django.core.urlresolvers import reverse %>
<%block name="bodyclass">is-signedin course uploads%block>
-<%block name="title">Uploads & Files%block>
+<%block name="title">Files & Uploads%block>
<%namespace name='static' file='static_content.html'/>
diff --git a/cms/templates/course_info.html b/cms/templates/course_info.html
index 55dcaaa068..f9166bf166 100644
--- a/cms/templates/course_info.html
+++ b/cms/templates/course_info.html
@@ -2,7 +2,7 @@
<%namespace name='static' file='static_content.html'/>
-<%block name="title">Updates%block>
+<%block name="title">Course Updates%block>
<%block name="bodyclass">is-signedin course course-info updates%block>
diff --git a/cms/templates/export.html b/cms/templates/export.html
index 27045d82ce..be7ee89bef 100644
--- a/cms/templates/export.html
+++ b/cms/templates/export.html
@@ -2,7 +2,7 @@
<%namespace name='static' file='static_content.html'/>
<%! from django.core.urlresolvers import reverse %>
-<%block name="title">Export Course%block>
+<%block name="title">Course Export%block>
<%block name="bodyclass">is-signedin course tools export%block>
<%block name="content">
diff --git a/cms/templates/import.html b/cms/templates/import.html
index add31597cd..3e3aaa920c 100644
--- a/cms/templates/import.html
+++ b/cms/templates/import.html
@@ -2,7 +2,7 @@
<%namespace name='static' file='static_content.html'/>
<%! from django.core.urlresolvers import reverse %>
-<%block name="title">Import Course%block>
+<%block name="title">Course Import%block>
<%block name="bodyclass">is-signedin course tools import%block>
<%block name="content">
diff --git a/cms/templates/index.html b/cms/templates/index.html
index fdb46612a0..9482b9d9af 100644
--- a/cms/templates/index.html
+++ b/cms/templates/index.html
@@ -1,6 +1,6 @@
<%inherit file="base.html" />
-<%block name="title">Courses%block>
+<%block name="title">My Courses%block>
<%block name="bodyclass">is-signedin index dashboard%block>
<%block name="header_extras">
diff --git a/cms/templates/manage_users.html b/cms/templates/manage_users.html
index 722e756203..8a6b2fccea 100644
--- a/cms/templates/manage_users.html
+++ b/cms/templates/manage_users.html
@@ -1,5 +1,5 @@
<%inherit file="base.html" />
-<%block name="title">Course Staff Manager%block>
+<%block name="title">Course Team Settings%block>
<%block name="bodyclass">is-signedin course users settings team%block>
diff --git a/cms/templates/settings.html b/cms/templates/settings.html
index b26a17125b..e4cb4b3743 100644
--- a/cms/templates/settings.html
+++ b/cms/templates/settings.html
@@ -1,5 +1,5 @@
<%inherit file="base.html" />
-<%block name="title">Schedule & Details%block>
+<%block name="title">Schedule & Details Settings%block>
<%block name="bodyclass">is-signedin course schedule settings%block>
<%namespace name='static' file='static_content.html'/>
diff --git a/cms/templates/settings_graders.html b/cms/templates/settings_graders.html
index 923cc35313..86be66c950 100644
--- a/cms/templates/settings_graders.html
+++ b/cms/templates/settings_graders.html
@@ -1,5 +1,5 @@
<%inherit file="base.html" />
-<%block name="title">Grading%block>
+<%block name="title">Grading Settings%block>
<%block name="bodyclass">is-signedin course grading settings%block>
<%namespace name='static' file='static_content.html'/>