diff --git a/js/ui/calendar.js b/js/ui/calendar.js index c43290ac7..d2c49fbb7 100644 --- a/js/ui/calendar.js +++ b/js/ui/calendar.js @@ -967,6 +967,7 @@ class CalendarMessageList extends St.Widget { can_focus: true, x_expand: true, x_align: Clutter.ActorAlign.END, + accessible_name: C_('action', 'Clear all notifications'), }); this._clearButton.connect('clicked', () => { this._sectionList.get_children().forEach(s => s.clear());