diff --git a/Solutions/Jamf Protect/Parsers/JamfProtect.yaml b/Solutions/Jamf Protect/Parsers/JamfProtect.yaml index 6ed694f2026..7efdfd59362 100644 --- a/Solutions/Jamf Protect/Parsers/JamfProtect.yaml +++ b/Solutions/Jamf Protect/Parsers/JamfProtect.yaml @@ -51,9 +51,9 @@ FunctionQuery: | eventTypeHuman == "bios_uefi", "Collection of bios and firmware data", eventTypeHuman == "btm_launch_item_add", - "Apple’s Background Task Manager notified that an item has been added", + "Apple\’s Background Task Manager notified that an item has been added", eventTypeHuman == "btm_launch_item_remove", - "Apple’s Background Task Manager notified that an existing item has been removed", + "Apple\’s Background Task Manager notified that an existing item has been removed", eventTypeHuman == "chroot", "Software has changed its apparent root directory in which it's actively operating out of", eventTypeHuman == "cs_invalidated", @@ -129,9 +129,9 @@ FunctionQuery: | eventTypeHuman == "unmount", "A file system has been mounted", eventTypeHuman == "xp_malware_detected", - "Apple’s XProtect detected malware on the system", + "Apple\’s XProtect detected malware on the system", eventTypeHuman == "xp_malware_remediated", - "Apple’s XProtect remediated malware on the system", + "Apple\’s XProtect remediated malware on the system", eventTypeHuman == "file_collection", "A crash or diagnostic file has been collected", eventTypeHuman == "log_collection",