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:
parent
f38f8e30b4
commit
bad37ada4e
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue