Skip to content

Commit e7e70e3

Browse files
authored
Merge pull request #93 from halfbyte-bevuta/fix-group-label
Fix enable group roles label
2 parents 21d001b + 59b70d2 commit e7e70e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/settings/_oauth_settings.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<em class="info"><%= l(:oauth_validate_user_roles_info) %></em>
144144
</p>
145145
<p>
146-
<label><%= l(:oauth_oauth_enable_group_roles) %></label>
146+
<label><%= l(:oauth_enable_group_roles) %></label>
147147
<%= check_box_tag 'settings[enable_group_roles]', '1', RedmineOauth.enable_group_roles? %>
148148
<em class="info">
149149
<%= l(:oauth_enable_group_roles_info) %><br>

0 commit comments

Comments
 (0)