X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a9f4549327c9f19ac1ec14116d754077158ad8c9..8e648e7b26202a1f5fcad2d296a2c5e772634465:/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 c8f56af33..63239a386 100644 --- a/app/views/oauth/authorize_success.html.erb +++ b/app/views/oauth/authorize_success.html.erb @@ -1,9 +1,9 @@ <% content_for :heading do %> -
<%= raw t("oauth.oauthorize_success.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 "oauth.oauthorize_success.verification", :code => @token.verifier %>
+<%= t ".verification", :code => @token.verifier %>
<% end %>