From 084c25919730fc30a56228ece9fafeb1aa8ac33b Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Tue, 17 Dec 2024 19:16:04 +0000 Subject: [PATCH] Update report settings to clarify email notifications for subscribers --- Dashboard/src/Pages/StatusPages/View/Reports.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dashboard/src/Pages/StatusPages/View/Reports.tsx b/Dashboard/src/Pages/StatusPages/View/Reports.tsx index 06f55520496..65f3b4135a1 100644 --- a/Dashboard/src/Pages/StatusPages/View/Reports.tsx +++ b/Dashboard/src/Pages/StatusPages/View/Reports.tsx @@ -112,7 +112,7 @@ const StatusPageDelete: FunctionComponent< field: { isReportEnabled: true, }, - title: "Enable Reports", + title: "Enable Sending Reports to Subscribers", fieldType: FormFieldSchemaType.Toggle, required: false, placeholder: "Enable Status Page Reports", @@ -172,10 +172,10 @@ const StatusPageDelete: FunctionComponent< field: { isReportEnabled: true, }, - title: "Reports Enabled", + title: "Reports Enabled for Subscribers", placeholder: "No", fieldType: FieldType.Boolean, - description: "Enable email reports for this status page.", + description: "Subscribers will receive regular reports by email.", }, { field: {