diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html --- a/rhodecode/templates/index_base.html +++ b/rhodecode/templates/index_base.html @@ -12,19 +12,19 @@ %if c.group: ${h.link_to(_('Add repository'),h.url('new_repo',parent_group=c.group.group_id))} %if h.HasPermissionAny('hg.admin')() or h.HasReposGroupPermissionAny('group.admin')(c.group.group_name): - ${h.link_to(_(u'Add group'),h.url('new_repos_group', parent_group=c.group.group_id))} + ${h.link_to(_(u'Add repository group'),h.url('new_repos_group', parent_group=c.group.group_id))} %endif %else: ${h.link_to(_('Add repository'),h.url('new_repo'))} %if h.HasPermissionAny('hg.admin')(): - ${h.link_to(_(u'Add group'),h.url('new_repos_group'))} + ${h.link_to(_(u'Add repository group'),h.url('new_repos_group'))} %endif %endif %endif %if c.group and h.HasReposGroupPermissionAny('group.admin')(c.group.group_name):