diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -32,16 +32,16 @@
%if c.dbrepo.repo_type =='hg': - ${_('Mercurial repository')} + ${_('Mercurial repository')} %endif %if c.dbrepo.repo_type =='git': - ${_('Git repository')} + ${_('Git repository')} %endif %if c.dbrepo.private: - ${_('private repository')} + ${_('private repository')} %else: - ${_('public repository')} + ${_('public repository')} %endif ${c.repo.name} %if c.rhodecode_user.username != 'default': @@ -61,7 +61,7 @@ ${_('public')} + src="${h.url("/images/icons/arrow_divide.png")}"/> ${_('Fork of')} ${c.dbrepo.fork.repo_name}