X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a9f4549327c9f19ac1ec14116d754077158ad8c9..8c23f36a099780daac2eb84935b9e054448550d6:/app/views/oauth/authorize.html.erb diff --git a/app/views/oauth/authorize.html.erb b/app/views/oauth/authorize.html.erb index d8feeed26..565d13808 100644 --- a/app/views/oauth/authorize.html.erb +++ b/app/views/oauth/authorize.html.erb @@ -15,5 +15,5 @@
  • <%= check_box_tag perm.to_s, "yes", @token.read_attribute(perm) %><%= t "oauth.oauthorize.#{perm}" %>
  • <% end %> -

    <%= submit_tag %>

    +

    <%= submit_tag t("oauth.oauthorize.grant_access") %>

    <% end %>