Skip to content

Commit

Permalink
Merge pull request #4425 from jvlcek/roles_to_groups_bz1475891
Browse files Browse the repository at this point in the history
Reword Get Roles to Get Groups from Home Forest.
  • Loading branch information
mzazrivec authored Aug 8, 2018
2 parents 0449d61 + 64d01df commit d3a788e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/ops/_settings_authentication_tab.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
.form-horizontal
.form-group#get_roles_now{:style => @edit[:new][:authentication][:user_proxies].blank? ? "display: none" : ""}
%label.col-md-2.control-label
= _("Get Roles from Home Forest")
= _("Get Groups from Home Forest")
.col-md-8
= check_box_tag("get_direct_groups", "1",
@edit[:new][:authentication][:get_direct_groups],
Expand Down

0 comments on commit d3a788e

Please sign in to comment.