X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7de5220090d01722d8ea06679493355eefd4636c..e19be03313fb226b8397d67dd6dc33d58a1444d0:/app/views/user_roles/grant.html.erb diff --git a/app/views/user_roles/grant.html.erb b/app/views/user_roles/grant.html.erb index f9e54fd1c..cee4112b7 100644 --- a/app/views/user_roles/grant.html.erb +++ b/app/views/user_roles/grant.html.erb @@ -3,5 +3,5 @@ <% @title = t('user_role.grant.heading') %>

<%= t('user_role.grant.heading') %>

<%= t('user_role.grant.are_you_sure', :name => params[:display_name], :role => params[:role]) %>

-

<%= submit_tag t'user_role.grant.confirm' %>

+

<%= submit_tag t('user_role.grant.confirm') %>

<% end %>