Skip to content

Commit

Permalink
Update report settings to clarify email notifications for subscribers
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Dec 17, 2024
1 parent 6ecd709 commit 084c259
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dashboard/src/Pages/StatusPages/View/Reports.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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: {
Expand Down

0 comments on commit 084c259

Please sign in to comment.