diff --git a/rhodecode/templates/users/user.mako b/rhodecode/templates/users/user.mako --- a/rhodecode/templates/users/user.mako +++ b/rhodecode/templates/users/user.mako @@ -1,14 +1,14 @@ <%inherit file="/base/base.mako"/> <%def name="title()"> - ${c.user.username} + ${_('User')}: ${c.user.username} %if c.rhodecode_name: · ${h.branding(c.rhodecode_name)} %endif %def> <%def name="breadcrumbs_links()"> - ${c.user.username} + ${_('User')}: ${c.user.username} %def> <%def name="menu_bar_nav()"> diff --git a/rhodecode/templates/users/user_profile.mako b/rhodecode/templates/users/user_profile.mako --- a/rhodecode/templates/users/user_profile.mako +++ b/rhodecode/templates/users/user_profile.mako @@ -2,7 +2,7 @@