here is > here are

This commit is contained in:
Carl Downing
2023-07-29 13:49:46 -07:00
parent 0d89bf07c7
commit 9340ac529e
13 changed files with 13 additions and 13 deletions

View File

@@ -74,7 +74,7 @@ const IncidentView: FunctionComponent<PageComponentProps> = (
name="Incident Details"
cardProps={{
title: 'Incident Details',
description: "Here's more details for this incident.",
description: "Here are more details for this incident.",
icon: IconProp.AltGlobe,
}}
isEditable={true}

View File

@@ -129,7 +129,7 @@ const MonitorView: FunctionComponent<PageComponentProps> = (
]}
cardProps={{
title: 'Monitor Details',
description: "Here's more details for this monitor.",
description: "Here are more details for this monitor.",
icon: IconProp.AltGlobe,
}}
isEditable={true}

View File

@@ -58,7 +58,7 @@ const OnCallDutyPolicyView: FunctionComponent<PageComponentProps> = (
name="On-Call Policy > On-Call Policy Details"
cardProps={{
title: 'On-Call Policy Details',
description: "Here's more details for this on call policy.",
description: "Here are more details for this on call policy.",
icon: IconProp.Call,
}}
formSteps={[

View File

@@ -72,7 +72,7 @@ const ScheduledMaintenanceView: FunctionComponent<PageComponentProps> = (
name="Scheduled Maintenance Details"
cardProps={{
title: 'Scheduled Maintenance Details',
description: "Here's more details for this event.",
description: "Here are more details for this event.",
icon: IconProp.Clock,
}}
formSteps={[

View File

@@ -65,7 +65,7 @@ const APIKeyView: FunctionComponent<PageComponentProps> = (
name="API Key Details"
cardProps={{
title: 'API Key Details',
description: "Here's more details on this API Key.",
description: "Here are more details for this API Key.",
icon: IconProp.Terminal,
}}
isEditable={true}

View File

@@ -134,7 +134,7 @@ const Settings: FunctionComponent<ComponentProps> = (
name="Plan Details"
cardProps={{
title: 'Current Plan',
description: "Here's more details on this Project.",
description: "Here are more details for this Project.",
icon: IconProp.Billing,
}}
isEditable={true}

View File

@@ -38,7 +38,7 @@ const Settings: FunctionComponent<PageComponentProps> = (
name="Project Details"
cardProps={{
title: 'Project Details',
description: "Here's more details on this Project.",
description: "Here are more details for this Project.",
icon: IconProp.Folder,
}}
isEditable={true}

View File

@@ -70,7 +70,7 @@ const TeamView: FunctionComponent<PageComponentProps> = (
name="Team Details"
cardProps={{
title: 'Team Details',
description: "Here's more details on this team.",
description: "Here are more details for this team.",
icon: IconProp.User,
}}
isEditable={true}

View File

@@ -61,7 +61,7 @@ const StatusPageView: FunctionComponent<PageComponentProps> = (
name="Status Page > Status Page Details"
cardProps={{
title: 'Status Page Details',
description: "Here's more details for this status page.",
description: "Here are more details for this status page.",
icon: IconProp.CheckCircle,
}}
formSteps={[

View File

@@ -65,7 +65,7 @@ const Delete: FunctionComponent<PageComponentProps> = (
name="Workflow > Workflow Details"
cardProps={{
title: 'Workflow Details',
description: "Here's more details for this workflow.",
description: "Here are more details for this workflow.",
icon: IconProp.Workflow,
}}
isEditable={true}

View File

@@ -5,7 +5,7 @@
{{> CustomLogo this}}
{{> EmailTitle title=(concat "Scheduled Maintenance Event: " eventTitle) }}
{{> InfoBlock info="Here are more details on this scheduled event: "}}
{{> InfoBlock info="Here are more details for this scheduled event: "}}
{{> DetailBoxStart this }}

View File

@@ -5,7 +5,7 @@
{{> CustomLogo this}}
{{> EmailTitle title=(concat "Scheduled Maintenance Event: " eventTitle) }}
{{> InfoBlock info="Here are more details on this scheduled event: "}}
{{> InfoBlock info="Here are more details for this scheduled event: "}}
{{> DetailBoxStart this }}

View File

@@ -6,7 +6,7 @@
{{> EmailTitle title=(concat "Scheduled Maintenance Event: " eventTitle) }}
{{> InfoBlock info="Here are more details on this scheduled event: "}}
{{> InfoBlock info="Here are more details for this scheduled event: "}}
{{> DetailBoxStart this }}