diff --git a/Dashboard/src/Pages/Incidents/View/Index.tsx b/Dashboard/src/Pages/Incidents/View/Index.tsx index 5097184d97..7a7aa2b57e 100644 --- a/Dashboard/src/Pages/Incidents/View/Index.tsx +++ b/Dashboard/src/Pages/Incidents/View/Index.tsx @@ -74,7 +74,7 @@ const IncidentView: FunctionComponent = ( name="Incident Details" cardProps={{ title: 'Incident Details', - description: "Here are more details for this incident.", + description: 'Here are more details for this incident.', icon: IconProp.AltGlobe, }} isEditable={true} diff --git a/Dashboard/src/Pages/Monitor/View/Index.tsx b/Dashboard/src/Pages/Monitor/View/Index.tsx index 4e4414bf3c..b72f043641 100644 --- a/Dashboard/src/Pages/Monitor/View/Index.tsx +++ b/Dashboard/src/Pages/Monitor/View/Index.tsx @@ -129,7 +129,7 @@ const MonitorView: FunctionComponent = ( ]} cardProps={{ title: 'Monitor Details', - description: "Here are more details for this monitor.", + description: 'Here are more details for this monitor.', icon: IconProp.AltGlobe, }} isEditable={true} diff --git a/Dashboard/src/Pages/OnCallDuty/OnCallDutyPolicy/Index.tsx b/Dashboard/src/Pages/OnCallDuty/OnCallDutyPolicy/Index.tsx index dc489cc235..841f0d7aae 100644 --- a/Dashboard/src/Pages/OnCallDuty/OnCallDutyPolicy/Index.tsx +++ b/Dashboard/src/Pages/OnCallDuty/OnCallDutyPolicy/Index.tsx @@ -58,7 +58,8 @@ const OnCallDutyPolicyView: FunctionComponent = ( name="On-Call Policy > On-Call Policy Details" cardProps={{ title: 'On-Call Policy Details', - description: "Here are more details for this on-call policy.", + description: + 'Here are more details for this on-call policy.', icon: IconProp.Call, }} formSteps={[ diff --git a/Dashboard/src/Pages/ScheduledMaintenanceEvents/View/Index.tsx b/Dashboard/src/Pages/ScheduledMaintenanceEvents/View/Index.tsx index 0148a06d90..5bc9843d67 100644 --- a/Dashboard/src/Pages/ScheduledMaintenanceEvents/View/Index.tsx +++ b/Dashboard/src/Pages/ScheduledMaintenanceEvents/View/Index.tsx @@ -72,7 +72,7 @@ const ScheduledMaintenanceView: FunctionComponent = ( name="Scheduled Maintenance Details" cardProps={{ title: 'Scheduled Maintenance Details', - description: "Here are more details for this event.", + description: 'Here are more details for this event.', icon: IconProp.Clock, }} formSteps={[ diff --git a/Dashboard/src/Pages/Settings/APIKeyView.tsx b/Dashboard/src/Pages/Settings/APIKeyView.tsx index f598cf0786..1ee787c0ad 100644 --- a/Dashboard/src/Pages/Settings/APIKeyView.tsx +++ b/Dashboard/src/Pages/Settings/APIKeyView.tsx @@ -65,7 +65,7 @@ const APIKeyView: FunctionComponent = ( name="API Key Details" cardProps={{ title: 'API Key Details', - description: "Here are more details for this API Key.", + description: 'Here are more details for this API Key.', icon: IconProp.Terminal, }} isEditable={true} diff --git a/Dashboard/src/Pages/Settings/Billing.tsx b/Dashboard/src/Pages/Settings/Billing.tsx index 86f5647593..4c73116471 100644 --- a/Dashboard/src/Pages/Settings/Billing.tsx +++ b/Dashboard/src/Pages/Settings/Billing.tsx @@ -134,7 +134,7 @@ const Settings: FunctionComponent = ( name="Plan Details" cardProps={{ title: 'Current Plan', - description: "Here are more details for this Project.", + description: 'Here are more details for this Project.', icon: IconProp.Billing, }} isEditable={true} diff --git a/Dashboard/src/Pages/Settings/ProjectSettings.tsx b/Dashboard/src/Pages/Settings/ProjectSettings.tsx index a232492eb7..a0f44575f0 100644 --- a/Dashboard/src/Pages/Settings/ProjectSettings.tsx +++ b/Dashboard/src/Pages/Settings/ProjectSettings.tsx @@ -38,7 +38,7 @@ const Settings: FunctionComponent = ( name="Project Details" cardProps={{ title: 'Project Details', - description: "Here are more details for this Project.", + description: 'Here are more details for this Project.', icon: IconProp.Folder, }} isEditable={true} diff --git a/Dashboard/src/Pages/Settings/TeamView.tsx b/Dashboard/src/Pages/Settings/TeamView.tsx index 0e90d425fd..248bc9a7de 100644 --- a/Dashboard/src/Pages/Settings/TeamView.tsx +++ b/Dashboard/src/Pages/Settings/TeamView.tsx @@ -70,7 +70,7 @@ const TeamView: FunctionComponent = ( name="Team Details" cardProps={{ title: 'Team Details', - description: "Here are more details for this team.", + description: 'Here are more details for this team.', icon: IconProp.User, }} isEditable={true} diff --git a/Dashboard/src/Pages/StatusPages/View/Index.tsx b/Dashboard/src/Pages/StatusPages/View/Index.tsx index d21fbed2be..5966f27704 100644 --- a/Dashboard/src/Pages/StatusPages/View/Index.tsx +++ b/Dashboard/src/Pages/StatusPages/View/Index.tsx @@ -61,7 +61,7 @@ const StatusPageView: FunctionComponent = ( name="Status Page > Status Page Details" cardProps={{ title: 'Status Page Details', - description: "Here are more details for this status page.", + description: 'Here are more details for this status page.', icon: IconProp.CheckCircle, }} formSteps={[ diff --git a/Dashboard/src/Pages/Workflow/View/Index.tsx b/Dashboard/src/Pages/Workflow/View/Index.tsx index 58c6424a77..888f98a1a6 100644 --- a/Dashboard/src/Pages/Workflow/View/Index.tsx +++ b/Dashboard/src/Pages/Workflow/View/Index.tsx @@ -65,7 +65,7 @@ const Delete: FunctionComponent = ( name="Workflow > Workflow Details" cardProps={{ title: 'Workflow Details', - description: "Here are more details for this workflow.", + description: 'Here are more details for this workflow.', icon: IconProp.Workflow, }} isEditable={true}