diff --git a/app/views/notifications/settings/_email.html.erb b/app/views/notifications/settings/_email.html.erb
index b7e5e94a1..592f4746b 100644
--- a/app/views/notifications/settings/_email.html.erb
+++ b/app/views/notifications/settings/_email.html.erb
@@ -2,7 +2,7 @@
Email
<%= form_with model: settings, url: notifications_settings_path, method: :patch, local: true, data: { controller: "form" } do |form| %>
- <%= form.label :bundle_email_frequency, "Receive an email with unread notifications:" %>
+ <%= form.label :bundle_email_frequency, "Receive an email with new notifications:" %>
<%= form.select :bundle_email_frequency, bundle_email_frequency_options_for(settings), {}, class: "input input--select", data: { action: "change->form#submit" } %>
<% end %>