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("");