diff options
Diffstat (limited to 'app/views/common')
-rw-r--r-- | app/views/common/error.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/error.html.erb b/app/views/common/error.html.erb index 77ead9df4..5bb43dea0 100644 --- a/app/views/common/error.html.erb +++ b/app/views/common/error.html.erb @@ -3,6 +3,6 @@ <% if @message.present? %> <p id="errorExplanation"><%=h @message %></p> <% end %> -<p><a href="javascript:history.back()">Back</a></p> +<p><a href="javascript:history.back()"><%= l(:button_back) %></a></p> <% html_title @status %> |