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