Skip to content

Commit

Permalink
Correct description field on packs page (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelElysia committed Apr 6, 2021
1 parent fd13b3a commit 3a4f13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/forms/packs/PackForm/PackForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`}>
Expand Down

0 comments on commit 3a4f13d

Please sign in to comment.