diff --git a/App/FeatureSet/Dashboard/src/Pages/StatusPages/View/Groups.tsx b/App/FeatureSet/Dashboard/src/Pages/StatusPages/View/Groups.tsx index 003c47c160..55b2683d2e 100644 --- a/App/FeatureSet/Dashboard/src/Pages/StatusPages/View/Groups.tsx +++ b/App/FeatureSet/Dashboard/src/Pages/StatusPages/View/Groups.tsx @@ -116,7 +116,7 @@ const StatusPageDelete: FunctionComponent = ( 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", }, { diff --git a/App/FeatureSet/Dashboard/src/Pages/StatusPages/View/Resources.tsx b/App/FeatureSet/Dashboard/src/Pages/StatusPages/View/Resources.tsx index 5b57df1509..937f30ad95 100644 --- a/App/FeatureSet/Dashboard/src/Pages/StatusPages/View/Resources.tsx +++ b/App/FeatureSet/Dashboard/src/Pages/StatusPages/View/Resources.tsx @@ -218,7 +218,7 @@ const StatusPageDelete: FunctionComponent = ( 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 = ( 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", },