Change 'view feed' link in calendar to make more accessible

In the calendar feed modal (on /calendar), there is a link to view the
calendar feed. This link is ambiguous to SR-only users, so this commit
changes the link text to make its purpose more clear.

Fixes LS-1134
flag=none

Test plan:
 - Go to /calendar
 - Click 'Calendar Feed' in right sidebar
 - Link should say 'Click to view Calendar Feed'

Change-Id: I61eff0594655b092e866ed82fd88c0e92f7f7ba6
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/240517
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Robin Kuss <rkuss@instructure.com>
Product-Review: Jackson Howe <jackson.howe@instructure.com>
This commit is contained in:
Jackson Howe 2020-06-17 15:15:33 -06:00
parent af6a38619c
commit f0b8f0ab2c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
</p>
<p id="calendar-feed-box-lower">
<input value="<%= @feed_url%>.ics"><br>
<a href="<%= @feed_url%>.ics"><%= t "links.feed", 'click here to view the feed' %></a>
<a href="<%= @feed_url%>.ics"><%= t "Click to view Calendar Feed" %></a>
</p>
</div>