diff --git a/src/root/dashboard.tt b/src/root/dashboard.tt
index 11ae6699..06b8de15 100644
--- a/src/root/dashboard.tt
+++ b/src/root/dashboard.tt
@@ -2,9 +2,9 @@
[% PROCESS common.tt %]
diff --git a/src/root/jobset-eval.tt b/src/root/jobset-eval.tt
index e1d25af1..25315c66 100644
--- a/src/root/jobset-eval.tt
+++ b/src/root/jobset-eval.tt
@@ -65,33 +65,33 @@ c.uri_for(c.controller('JobsetEval').action_for('view'),
[% END %]
[% IF aborted.size > 0 %]
-
Aborted jobs ([% aborted.size %])
+
Aborted Jobs ([% aborted.size %])
[% END %]
[% IF nowFail.size > 0 %]
-
Newly failing jobs ([% nowFail.size %])
+
Newly Failing Jobs ([% nowFail.size %])
[% END %]
[% IF nowSucceed.size > 0 %]
-
Newly succeeding jobs ([% nowSucceed.size %])
+
Newly Succeeding Jobs ([% nowSucceed.size %])
[% END %]
[% IF new.size > 0 %]
-
New jobs ([% new.size %])
+
New Jobs ([% new.size %])
[% END %]
[% IF removed.size > 0 %]
-
Removed jobs ([% removed.size %])
+
Removed Jobs ([% removed.size %])
[% END %]
[% IF stillFail.size > 0 %]
-
Still failing jobs ([% stillFail.size %])
+
Still Failing Jobs ([% stillFail.size %])
[% END %]
[% IF stillSucceed.size > 0 %]
-
Still succeeding jobs ([% stillSucceed.size %])
+
Still Succeeding Jobs ([% stillSucceed.size %])
[% END %]
[% IF unfinished.size > 0 %]
-
Queued jobs ([% unfinished.size %])
+
Queued Jobs ([% unfinished.size %])
[% END %]
Inputs
[% IF eval.evaluationerror.errormsg %]
-
Evaluation errors
+
Evaluation Errors
[% END %]
diff --git a/src/root/jobset.tt b/src/root/jobset.tt
index 55aaf094..4fb52517 100644
--- a/src/root/jobset.tt
+++ b/src/root/jobset.tt
@@ -62,7 +62,7 @@
Evaluations
[% IF jobset.errormsg || jobset.fetcherrormsg %]
-
Evaluation errors
+
Evaluation Errors
[% END %]
Jobs
Configuration