Merge pull request #9336 from mdb/mdb/splunk-on-call-spelling-fix

correct spelling of 'Acknowledge' in tooltip
This commit is contained in:
Ben Lambert
2022-02-03 15:11:47 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-splunk-on-call': patch
---
Correct spelling of 'Acknowledge' in tooltip.
@@ -106,7 +106,7 @@ const IncidentAction = ({
switch (currentPhase) {
case 'UNACKED':
return (
<Tooltip title="Aknowledge" placement="top">
<Tooltip title="Acknowledge" placement="top">
<IconButton
onClick={() =>
acknowledgeAction({ incidentId, incidentType: 'ACKNOWLEDGEMENT' })