Editor pass - New query and new policy: Identify optional fields to users (2) (#5413)

Editor pass for: https://github.com/fleetdm/fleet/pull/5167 - frontend/pages/policies/PolicyPage/components/NewPolicyModal/NewPolicyModal.ts
This commit is contained in:
Desmi-Dizney 2022-04-28 11:21:40 -05:00 committed by GitHub
parent d4fb3724f6
commit 2cd3508c88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()}
<div