Update calendar event text to match recent changes to "My device" page (#32334)

We changed "No" to "Fail" as part of the conditional access story.
This commit is contained in:
Rachael Shaw 2025-08-29 14:52:44 -05:00 committed by GitHub
parent e44b1bc84d
commit 7fa36bbaa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ const CalendarEventPreviewModal = ({
</li>
<li>
Follow instructions to resolve any policies marked{" "}
{`"No"`}
{`"Fail"`}
</li>
<li>
Click <b>Refetch</b>

View file

@ -15,7 +15,7 @@ const (
CalendarDefaultDescription = "needs to make sure your device meets the organization's requirements."
CalendarDefaultResolution = (` Click the <a href="https://fleetdm.com/better" rel="noreferrer" target="_blank" >Fleet</a> icon in your computer&apos;s menu and<br />&nbsp;&nbsp;&nbsp;select <b>My device</b>
Navigate to the <b>Policies</b> tab
Follow instructions to resolve any policies marked "No"
Follow instructions to resolve any policies marked "Fail"
Click <b>Refetch</b>`)
)