diff --git a/app/views/discussion_topics/show.html.erb b/app/views/discussion_topics/show.html.erb index 71225857b07..1c2de403246 100644 --- a/app/views/discussion_topics/show.html.erb +++ b/app/views/discussion_topics/show.html.erb @@ -243,19 +243,19 @@
- " + aria-label = "<%= t("Search entries or author") %>" + placeholder = "<%= t("Search entries or author") %>" size = 50 > + aria-label = "<%= t("filter replies by unread") %>" + >    
- + aria-label="{{t "filter discussions by unread"}}" + {{#if onlyUnread}}checked{{/if}} /> + aria-label="{{t "filter discussions by assignments"}}" + {{#if onlyGraded}}checked{{/if}}/>
diff --git a/app/views/jst/announcements/IndexView.handlebars b/app/views/jst/announcements/IndexView.handlebars index e60a8b30f84..09557651a75 100644 --- a/app/views/jst/announcements/IndexView.handlebars +++ b/app/views/jst/announcements/IndexView.handlebars @@ -25,15 +25,16 @@ {{/if}}
- + aria-label="{{t "filter announcements by unread"}}" + {{#if onlyUnread}}checked{{/if}} />