From ddff616ba06e6ec288978eceab4543619ec2e54a Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:24:07 -0500 Subject: [PATCH] Update default description for operating system policy (#3556) - Update default description for operating system policy to make it clear that the policy attempts to match the exact version --- frontend/pages/hosts/HostDetailsPage/HostDetailsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/hosts/HostDetailsPage/HostDetailsPage.tsx b/frontend/pages/hosts/HostDetailsPage/HostDetailsPage.tsx index e239f6149d..b08209cbdc 100644 --- a/frontend/pages/hosts/HostDetailsPage/HostDetailsPage.tsx +++ b/frontend/pages/hosts/HostDetailsPage/HostDetailsPage.tsx @@ -434,7 +434,7 @@ const HostDetailsPage = ({ : setLastEditedQueryName(osPolicyLabel); setPolicyTeamId(host?.team_id ? host?.team_id : 0); setLastEditedQueryDescription( - "Returns yes or no for detecting operating system and version" + "Checks to see if the exact operating system and version are installed on a host." ); setLastEditedQueryBody(osPolicy); setLastEditedQueryResolution("");