Use lazy translation lookups for the oauth controller.
This commit is contained in:
parent
4a9846b078
commit
8445561fcc
5 changed files with 15 additions and 15 deletions
|
@ -1,9 +1,9 @@
|
|||
<% content_for :heading do %>
|
||||
<h1><%= t "oauth.oauthorize_success.title" %></h1>
|
||||
<h1><%= t ".title" %></h1>
|
||||
<% end %>
|
||||
|
||||
<p><%= raw t("oauth.oauthorize_success.allowed", :app_name => link_to(@token.client_application.name, @token.client_application.url)) %></p>
|
||||
<p><%= raw t(".allowed", :app_name => link_to(@token.client_application.name, @token.client_application.url)) %></p>
|
||||
|
||||
<% if @token.oob? and not @token.oauth10? %>
|
||||
<p><%= t "oauth.oauthorize_success.verification", :code => @token.verifier %></p>
|
||||
<p><%= t ".verification", :code => @token.verifier %></p>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue