correct spelling of 'Acknowledge' in tooltip

Correct the spelling of 'Acknowledge' in the
Splunk On Call plugin tooltip title.

Signed-off-by: Mike Ball <mikedball@gmail.com>
This commit is contained in:
Mike Ball
2022-02-03 08:36:26 -05:00
parent 9d053aff65
commit 63e0e3a70d
@@ -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' })