Changeset - b414135235ea
[Not reviewed]
default
0 1 0
Peter Vitt - 11 years ago 2015-05-12 22:03:36
peter.vitt2@uni-siegen.de
permissions: fix a copy/paste error, rename repository group to user group in tooltip
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/permissions/permissions_globals.html
Show inline comments
 
@@ -50,7 +50,7 @@ ${h.form(url('admin_permissions'), metho
 
                    ${h.checkbox('overwrite_default_user_group','true')}
 
                    <label for="overwrite_default_user_group">
 
                    <span class="tooltip"
 
                    title="${h.tooltip(_('All default permissions on each user group will be reset to chosen permission, note that all custom default permission on repository groups will be lost'))}">
 
                    title="${h.tooltip(_('All default permissions on each user group will be reset to chosen permission, note that all custom default permission on user groups will be lost'))}">
 
                    ${_('Overwrite existing settings')}</span> </label>
 

	
 
                </div>
0 comments (0 inline, 0 general)