change Feedback to Help fixes #6262

Change-Id: I0f10bd790d306687c66361865cd2e23278a9cdc1
Reviewed-on: https://gerrit.instructure.com/6823
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Brian Palmer <brianp@instructure.com>
This commit is contained in:
Cody Cutrer 2011-11-09 10:56:42 -07:00
parent f38f8e30b4
commit bad37ada4e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<% end %>
<%= t('unauthorized_1', %{It appears that you don't have permission to access this page. Please make sure you're authorized to view this content.}) %>
<% if Setting.get_cached("show_feedback_link", "false") == "true" %>
<%= t('unauthorized_2', %{If you think you should be able to view this page, please use the "Feedback" link to notify support of the problem.}) %>
<%= t('unauthorized_2', %{If you think you should be able to view this page, please use the "Help" link to notify support of the problem.}) %>
<% end %>
</p>
<% end %>