X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5..a9f4549327c9f19ac1ec14116d754077158ad8c9:/app/views/oauth/authorize_success.html.erb diff --git a/app/views/oauth/authorize_success.html.erb b/app/views/oauth/authorize_success.html.erb index aa2a52f66..c8f56af33 100644 --- a/app/views/oauth/authorize_success.html.erb +++ b/app/views/oauth/authorize_success.html.erb @@ -1,7 +1,9 @@ <% content_for :heading do %> -

You have allowed this request

+

<%= t "oauth.oauthorize_success.title" %>

<% end %> +

<%= raw t("oauth.oauthorize_success.allowed", :app_name => link_to(@token.client_application.name, @token.client_application.url)) %>

+ <% if @token.oob? and not @token.oauth10? %> -

The verification code is <%= @token.verifier %>

+

<%= t "oauth.oauthorize_success.verification", :code => @token.verifier %>

<% end %>