mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix typo in calendar events modal (#18255)
"remidiation" → "remediation"
This commit is contained in:
parent
a47f59ef36
commit
2da3ac368d
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ const CalendarEventsModal = ({
|
|||
error={formErrors.url}
|
||||
tooltip="Provide a URL to deliver a webhook request to."
|
||||
labelTooltipPosition="top-start"
|
||||
helpText="A request will be sent to this URL during the calendar event. Use it to trigger auto-remidiation."
|
||||
helpText="A request will be sent to this URL during the calendar event. Use it to trigger auto-remediation."
|
||||
/>
|
||||
<RevealButton
|
||||
isShowing={showExamplePayload}
|
||||
|
|
|
|||
Loading…
Reference in a new issue