diff --git a/app/views/common/error.html.erb b/app/views/common/error.html.erb index 77ead9d..5bb43de 100644 --- a/app/views/common/error.html.erb +++ b/app/views/common/error.html.erb @@ -3,6 +3,6 @@ <% if @message.present? %>

<%=h @message %>

<% end %> -

Back

+

<%= l(:button_back) %>

<% html_title @status %>