mirror of
https://github.com/fleetdm/fleet
synced 2026-05-20 23:48:52 +00:00
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:
parent
d4fb3724f6
commit
2cd3508c88
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue