diff --git a/rhodecode/templates/files/files.html b/rhodecode/templates/files/files.html
--- a/rhodecode/templates/files/files.html
+++ b/rhodecode/templates/files/files.html
@@ -1,7 +1,7 @@
<%inherit file="/base/base.html"/>
<%def name="title()">
- ${_('files')}
+ ${c.repo_name} ${_('Files')} - ${c.rhodecode_name}
%def>
<%def name="breadcrumbs_links()">