From 63e0e3a70d06b9ac3fbd0485b595b317dacb0933 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Thu, 3 Feb 2022 08:36:26 -0500 Subject: [PATCH 1/2] correct spelling of 'Acknowledge' in tooltip Correct the spelling of 'Acknowledge' in the Splunk On Call plugin tooltip title. Signed-off-by: Mike Ball --- .../splunk-on-call/src/components/Incident/IncidentListItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/splunk-on-call/src/components/Incident/IncidentListItem.tsx b/plugins/splunk-on-call/src/components/Incident/IncidentListItem.tsx index 570b47483f..4c9975bd06 100644 --- a/plugins/splunk-on-call/src/components/Incident/IncidentListItem.tsx +++ b/plugins/splunk-on-call/src/components/Incident/IncidentListItem.tsx @@ -106,7 +106,7 @@ const IncidentAction = ({ switch (currentPhase) { case 'UNACKED': return ( - + acknowledgeAction({ incidentId, incidentType: 'ACKNOWLEDGEMENT' }) From 6c6d1c6439e8072821b66f3619c168fbd2fbced7 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Thu, 3 Feb 2022 08:45:20 -0500 Subject: [PATCH 2/2] add changeset explaining 'Acknowledge' spelling correction Signed-off-by: Mike Ball --- .changeset/shaggy-buckets-confess.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/shaggy-buckets-confess.md diff --git a/.changeset/shaggy-buckets-confess.md b/.changeset/shaggy-buckets-confess.md new file mode 100644 index 0000000000..186d911b77 --- /dev/null +++ b/.changeset/shaggy-buckets-confess.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-splunk-on-call': patch +--- + +Correct spelling of 'Acknowledge' in tooltip.