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 %>