From 6b4c32ef9f0bb07dd3c782cc4e4f7f8ecfdba306 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 2 Jul 2025 15:34:17 -0500 Subject: [PATCH] Copy for screen readers --- app/views/notifications/_tray.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/_tray.html.erb b/app/views/notifications/_tray.html.erb index 7cb14390b..0b6d7f0ef 100644 --- a/app/views/notifications/_tray.html.erb +++ b/app/views/notifications/_tray.html.erb @@ -16,7 +16,7 @@
<%= button_to read_all_notifications_path, class: "tray__notification-read-action btn btn--reversed fill-transparent borderless flex-item-justify-start txt-xx-small", - title: "Mark all as read", + title: "Mark all notifications as read", data: { action: "click->dialog#close", turbo_frame: "notifications" } do %> <%= icon_tag "check" %> <% end %>