X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b15a8c73d9c555243952d300e19d6d4127843f19..5aa255e13fd5a9adfd7258cd7048466fc63f2347:/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 9c817372f..63239a386 100644 --- a/app/views/oauth/authorize_success.html.erb +++ b/app/views/oauth/authorize_success.html.erb @@ -2,7 +2,7 @@

<%= t ".title" %>

<% end %> -

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

+

<%= t(".allowed_html", :app_name => link_to(@token.client_application.name, @token.client_application.url)) %>

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

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