mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Correct description field on packs page (#593)
This commit is contained in:
parent
fd13b3a72c
commit
3a4f13d1e4
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ class EditPackForm extends Component {
|
|||
{...fields.description}
|
||||
inputWrapperClass={`${baseClass}__pack-description`}
|
||||
label="Query Pack Description"
|
||||
placeholder="Add a description of your query"
|
||||
placeholder="Add a description of your pack"
|
||||
type="textarea"
|
||||
/>
|
||||
<SelectTargetsDropdown
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ class PackForm extends Component {
|
|||
{...fields.description}
|
||||
inputWrapperClass={`${baseClass}__pack-description`}
|
||||
label="Query pack description"
|
||||
placeholder="Add a description of your query"
|
||||
placeholder="Add a description of your pack"
|
||||
type="textarea"
|
||||
/>
|
||||
<div className={`${baseClass}__pack-targets`}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue