From fb95c8aa92a440bedea2d59fc074d1fecd125982 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Thu, 28 Aug 2025 12:02:12 +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 afed110d4..b7e5e94a1 100644 --- a/app/views/notifications/settings/_email.html.erb +++ b/app/views/notifications/settings/_email.html.erb @@ -1,5 +1,5 @@
-

Email Settings

+

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