diff --git a/frontend/pages/policies/PolicyPage/components/NewPolicyModal/NewPolicyModal.tsx b/frontend/pages/policies/PolicyPage/components/NewPolicyModal/NewPolicyModal.tsx index 018b27f2d0..dd30ed8538 100644 --- a/frontend/pages/policies/PolicyPage/components/NewPolicyModal/NewPolicyModal.tsx +++ b/frontend/pages/policies/PolicyPage/components/NewPolicyModal/NewPolicyModal.tsx @@ -127,7 +127,7 @@ const NewPolicyModal = ({ inputClassName={`${baseClass}__policy-save-modal-resolution`} label="Resolution" type="textarea" - placeholder="What are the steps a device owner should take to resolve a host that fails this policy? (optional)" + placeholder="What steps should a device owner take to resolve a host that fails this policy? (optional)" /> {platformSelector.render()}