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