summaryrefslogtreecommitdiffstats
path: root/app/views/common/403.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/common/403.rhtml')
-rw-r--r--app/views/common/403.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/403.rhtml b/app/views/common/403.rhtml
index d1173a186..43f487d10 100644
--- a/app/views/common/403.rhtml
+++ b/app/views/common/403.rhtml
@@ -1,6 +1,6 @@
<h2>403</h2>
-<p><%= l(:notice_not_authorized) %></p>
+<p><%=h @message %></p>
<p><a href="javascript:history.back()">Back</a></p>
<% html_title '403' %>