Skip to content

Commit 59b70d2

Browse files
Fix enable group roles label
1 parent 44e7c84 commit 59b70d2

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)