From 46486704ab87abca559aa3d4a8f19ee4a73082cf Mon Sep 17 00:00:00 2001 From: dstrukt Date: Fri, 12 Nov 2021 21:25:24 -0800 Subject: [PATCH] notification updates --- BTCPayServer/Views/Manage/NotificationSettings.cshtml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/BTCPayServer/Views/Manage/NotificationSettings.cshtml b/BTCPayServer/Views/Manage/NotificationSettings.cshtml index 8fe8817aa..cabb57457 100644 --- a/BTCPayServer/Views/Manage/NotificationSettings.cshtml +++ b/BTCPayServer/Views/Manage/NotificationSettings.cshtml @@ -2,8 +2,9 @@ @model BTCPayServer.Controllers.ManageController.NotificationSettingsViewModel @inject IEnumerable NotificationHandlers @{ - ViewData.SetActivePageAndTitle(ManageNavPages.Notifications, "Notification preferences"); + ViewData.SetActivePageAndTitle(ManageNavPages.Notifications, "Notification Settings"); } +

@ViewData["Title"]

@if (Model.All) @@ -33,9 +34,9 @@ -
- +
+
} - + \ No newline at end of file