mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
here is > here are
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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={[
|
||||
|
||||
@@ -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={[
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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={[
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user