diff --git a/rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako b/rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako --- a/rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako +++ b/rhodecode/templates/admin/user_groups/user_group_edit_advanced.mako @@ -34,7 +34,6 @@ % if sync_type:

${_('This group is set to be automatically synchronised.')}
- ${_('Each member will be added or removed from this groups once they interact with RhodeCode system.')}
${_('This group synchronization was set by')}: ${sync_type}

% else: @@ -56,11 +55,8 @@
- %if sync_type: - ${_('User group will no longer synchronize membership')} - %else: - ${_('User group will start to synchronize membership')} - %endif + ${_('Users will be added or removed from this group when they authenticate with RhodeCode system, based on LDAP group membership. ' + 'This requires `LDAP+User group` authentication plugin to be configured and enabled. (EE only feature)')}
${h.end_form()}