mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
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:
parent
e44b1bc84d
commit
7fa36bbaa1
2 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ const CalendarEventPreviewModal = ({
|
|||
</li>
|
||||
<li>
|
||||
Follow instructions to resolve any policies marked{" "}
|
||||
{`"No"`}
|
||||
{`"Fail"`}
|
||||
</li>
|
||||
<li>
|
||||
Click <b>Refetch</b>
|
||||
|
|
|
|||
|
|
@ -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's menu and<br /> 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>`)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue