From 54d8722740fe54a95359335d32857c3691dfbd00 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Fri, 8 Jan 2010 12:30:09 +0000 Subject: [PATCH] * in topbar, use 'Projects' in stead of 'Overview' --- src/root/topbar.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/topbar.tt b/src/root/topbar.tt index c1d4e0f3..71c8d61b 100644 --- a/src/root/topbar.tt +++ b/src/root/topbar.tt @@ -20,7 +20,7 @@ [% WRAPPER makeSubMenu title="Hydra" %] [% INCLUDE makeLink uri = c.uri_for(c.controller('Root').action_for('index')) - title = "Overview" %] + title = "Projects" %] [% INCLUDE makeLink uri = c.uri_for(c.controller('Root').action_for('queue')) title = "Queue" %]