Commit c27822558f5c60d658b9f316d8c26dd37bfe2663
1 parent
bf8cce15
Exists in
master
and in
29 other branches
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 | <p><%= @message %></p> |
7 | 7 | <% else %> |
8 | 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 | 10 | <% end %> |
10 | 11 | |
11 | 12 | <ul> | ... | ... |