feat: Update uptime percentage and status history descriptions to reflect configurable settings

This commit is contained in:
Nawaz Dhandala
2026-03-26 16:04:52 +00:00
parent 7cb70278d5
commit d316c1dceb
2 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ const StatusPageDelete: FunctionComponent<PageComponentProps> = (
required: false,
defaultValue: false,
description:
"Show uptime percentage for the past 90 days beside this group on your status page.",
"Show uptime percentage beside this group on your status page. The number of days is configured in Status Page Settings.",
stepId: "advanced",
},
{

View File

@@ -218,7 +218,7 @@ const StatusPageDelete: FunctionComponent<PageComponentProps> = (
required: false,
defaultValue: false,
description:
"Show uptime percentage for the past 90 days beside this resource on your status page.",
"Show uptime percentage beside this resource on your status page. The number of days is configured in Status Page Settings.",
stepId: "advanced",
},
{
@@ -242,7 +242,7 @@ const StatusPageDelete: FunctionComponent<PageComponentProps> = (
title: "Show Status History Chart",
fieldType: FormFieldSchemaType.Toggle,
required: false,
description: "Show resource status history for the past 90 days. ",
description: "Show resource status history chart. The number of days is configured in Status Page Settings.",
defaultValue: true,
stepId: "advanced",
},