diff --git a/kallithea/templates/base/perms_summary.html b/kallithea/templates/base/perms_summary.html --- a/kallithea/templates/base/perms_summary.html +++ b/kallithea/templates/base/perms_summary.html @@ -27,9 +27,9 @@ %if section == 'global': - ${_('Permission')} + ${_('Permission')} %if actions: - ${_('Edit Permission')} + ${_('Edit Permission')} %endif @@ -51,10 +51,10 @@ ## none/read/write/admin permissions on groups/repos etc - ${_('Name')} - ${_('Permission')} + ${_('Name')} + ${_('Permission')} %if actions: - ${_('Edit Permission')} + ${_('Edit Permission')} %endif