From 243779dbcf4d48816ae30eef8a8488737caf8ac5 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Thu, 28 Aug 2025 13:07:27 +0200 Subject: [PATCH] Copy --- app/views/notifications/settings/_email.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>