diff rhodecode/templates/admin/users_groups/users_group_edit.html @ 3415:b8f929bff7e3 beta

fixed tests and missing replacements from 5f1850e4712a
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 27 Feb 2013 02:27:09 +0100
parents b4daef4cc26d
children fa6ba6727475
line wrap: on
line diff
--- a/rhodecode/templates/admin/users_groups/users_group_edit.html	Wed Feb 27 02:18:45 2013 +0100
+++ b/rhodecode/templates/admin/users_groups/users_group_edit.html	Wed Feb 27 02:27:09 2013 +0100
@@ -2,7 +2,7 @@
 <%inherit file="/base/base.html"/>
 
 <%def name="title()">
-    ${_('Edit users group')} ${c.users_group.users_group_name} - ${c.rhodecode_name}
+    ${_('Edit user group')} ${c.users_group.users_group_name} - ${c.rhodecode_name}
 </%def>
 
 <%def name="breadcrumbs_links()">