From 5fa97192aedfb91245defcaf5e540f2a225642d9 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 20 Feb 2014 13:40:58 +0200 Subject: [PATCH] Improve wording for reset button Signed-off-by: Dmitriy Zaporozhets --- app/views/groups/members.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/groups/members.html.haml b/app/views/groups/members.html.haml index 224ccd9bdd..a93ddad758 100644 --- a/app/views/groups/members.html.haml +++ b/app/views/groups/members.html.haml @@ -16,7 +16,7 @@ - if current_user.can? :manage_group, @group .pull-right - if ldap_enabled? && @group.ldap_cn.present? - = link_to reset_access_group_ldap_path(@group), class: 'btn grouped', data: { confirm: "Reset all ldap group members access to '#{@group.human_ldap_access}'?" }, method: :put do + = link_to reset_access_group_ldap_path(@group), class: 'btn grouped', data: { confirm: "Reset the access level of all other LDAP group team members to '#{@group.human_ldap_access}'?" }, method: :put do Reset access = link_to '#', class: 'btn btn-new js-toggle-visibility-link' do