diff --git a/rhodecode/templates/base/root.html b/rhodecode/templates/base/root.html --- a/rhodecode/templates/base/root.html +++ b/rhodecode/templates/base/root.html @@ -54,7 +54,8 @@ 'Show selected changeset __S': "${_('Show selected changeset __S')}", 'Selection link': "${_('Selection link')}", 'Collapse diff': "${_('Collapse diff')}", - 'Expand diff': "${_('Expand diff')}" + 'Expand diff': "${_('Expand diff')}", + 'Failed to remoke permission': "${_('Failed to remoke permission')}" }; var _TM = TRANSLATION_MAP;