Make sure all messages are translatable, separate errors from user initiated denial of authorization.
5 lines
117 B
Text
5 lines
117 B
Text
<% content_for :heading do %>
|
|
<h1><%= t "oauth.oauthorize_failure.title" %></h1>
|
|
<% end %>
|
|
|
|
<p><%= @message %></p>
|