Commit c27822558f5c60d658b9f316d8c26dd37bfe2663

Authored by Antonio Terceiro
1 parent bf8cce15

ActionItem890: adding a more detailed explanation for totally naive users.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/views/shared/access_denied.rhtml
@@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
6 <p><%= @message %></p> 6 <p><%= @message %></p>
7 <% else %> 7 <% else %>
8 <p><%= _('You are not allowed to view this page.') %></p> 8 <p><%= _('You are not allowed to view this page.') %></p>
  9 + <p><%= _("If you are supposed to have access to this area, you'll probably want to talk to the people responsible and ask them to give you access.") %>
9 <% end %> 10 <% end %>
10 11
11 <ul> 12 <ul>