diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html
--- a/rhodecode/templates/index.html
+++ b/rhodecode/templates/index.html
@@ -1,7 +1,7 @@
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%def name="title()">
- ${c.rhodecode_name}
+ ${_('Dashboard')} - ${c.rhodecode_name}
%def>
<%def name="breadcrumbs()">
${c.rhodecode_name}