mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
[unreleased bug] Fleet UI: Update autofill help text (#18765)
This commit is contained in:
parent
9c714c544d
commit
8aeccc17e1
1 changed files with 2 additions and 2 deletions
|
|
@ -209,7 +209,6 @@ const SaveNewPolicyModal = ({
|
|||
error={errors.name}
|
||||
inputClassName={`${baseClass}__policy-save-modal-name`}
|
||||
label="Name"
|
||||
helpText="What yes or no question does your policy ask about your hosts?"
|
||||
autofocus
|
||||
ignore1password
|
||||
disabled={disableForm}
|
||||
|
|
@ -220,6 +219,7 @@ const SaveNewPolicyModal = ({
|
|||
value={lastEditedQueryDescription}
|
||||
inputClassName={`${baseClass}__policy-save-modal-description`}
|
||||
label={renderAutofillLabel("Description")}
|
||||
helpText="How does this policy's failure put the organization at risk?"
|
||||
type="textarea"
|
||||
disabled={disableForm}
|
||||
/>
|
||||
|
|
@ -230,7 +230,7 @@ const SaveNewPolicyModal = ({
|
|||
inputClassName={`${baseClass}__policy-save-modal-resolution`}
|
||||
label={renderAutofillLabel("Resolution")}
|
||||
type="textarea"
|
||||
helpText="What steps should an end user take to resolve a host that fails this policy? (optional)"
|
||||
helpText="If this policy fails, what should the end user expect?"
|
||||
disabled={disableForm}
|
||||
/>
|
||||
{platformSelector.render()}
|
||||
|
|
|
|||
Loading…
Reference in a new issue