diff --git a/frontend/pages/policies/ManagePoliciesPage/components/CalendarEventPreviewModal/CalendarEventPreviewModal.tsx b/frontend/pages/policies/ManagePoliciesPage/components/CalendarEventPreviewModal/CalendarEventPreviewModal.tsx index a33b0bc37d..21a94d16ca 100644 --- a/frontend/pages/policies/ManagePoliciesPage/components/CalendarEventPreviewModal/CalendarEventPreviewModal.tsx +++ b/frontend/pages/policies/ManagePoliciesPage/components/CalendarEventPreviewModal/CalendarEventPreviewModal.tsx @@ -100,7 +100,7 @@ const CalendarEventPreviewModal = ({
  • Follow instructions to resolve any policies marked{" "} - {`"No"`} + {`"Fail"`}
  • Click Refetch diff --git a/server/fleet/calendar.go b/server/fleet/calendar.go index 3b2865e19e..e474d5fef7 100644 --- a/server/fleet/calendar.go +++ b/server/fleet/calendar.go @@ -15,7 +15,7 @@ const ( CalendarDefaultDescription = "needs to make sure your device meets the organization's requirements." CalendarDefaultResolution = (`• Click the Fleet icon in your computer's menu and
       select My device • Navigate to the Policies tab -• Follow instructions to resolve any policies marked "No" +• Follow instructions to resolve any policies marked "Fail" • Click Refetch`) )