X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a9f4549327c9f19ac1ec14116d754077158ad8c9..d4a461dc26ce20d2ae806f126c0b43a7214d2156:/app/views/oauth/authorize.html.erb diff --git a/app/views/oauth/authorize.html.erb b/app/views/oauth/authorize.html.erb index d8feeed26..c0271350d 100644 --- a/app/views/oauth/authorize.html.erb +++ b/app/views/oauth/authorize.html.erb @@ -10,10 +10,10 @@ <%= hidden_field_tag "oauth_callback", params[:oauth_callback] %> <%- end -%>
<%= t 'oauth.oauthorize.allow_to' %>
-<%= submit_tag %>
+<%= submit_tag t("oauth.oauthorize.grant_access") %>
<% end %>