Skip to content

Commit

Permalink
change text for disable windows mdm (#12594)
Browse files Browse the repository at this point in the history
quick text fix for disable windows mdm
  • Loading branch information
ghernandez345 committed Jun 30, 2023
1 parent 5ddd940 commit 0f6c399
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -475,13 +475,7 @@ const TAGGED_TEMPLATES = {
);
},
disabledWindowsMdm: (activity: IActivity) => {
return (
<>
{" "}
told Fleet to turn on MDM features for all Windows hosts (servers
excluded).
</>
);
return <> told Fleet to turn off MDM features for all Windows hosts.</>;
},
};

Expand Down

0 comments on commit 0f6c399

Please sign in to comment.