Correct description field on packs page (#593)

This commit is contained in:
RachelElysia 2021-04-06 18:29:12 -04:00 committed by GitHub
parent fd13b3a72c
commit 3a4f13d1e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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`}>