diff --git a/rhodecode/templates/admin/notifications/notifications.html b/rhodecode/templates/admin/notifications/notifications.html --- a/rhodecode/templates/admin/notifications/notifications.html +++ b/rhodecode/templates/admin/notifications/notifications.html @@ -2,7 +2,10 @@ <%inherit file="/base/base.html"/> <%def name="title()"> - ${_('My Notifications')} ${c.rhodecode_user.username} · ${c.rhodecode_name} + ${_('My Notifications')} ${c.rhodecode_user.username} + %if c.rhodecode_name: + · ${c.rhodecode_name} + %endif <%def name="breadcrumbs_links()"> @@ -26,13 +29,13 @@
- ${_('All')} - ${_('Comments')} - ${_('Pull requests')} + ${_('All')} + ${_('Comments')} + ${_('Pull Requests')}
%if c.notifications:
- ${_('Mark all read')} + ${_('Mark all read')}
%endif