Skip to content

Commit

Permalink
Update more keyword box instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
patphongs committed Sep 24, 2024
1 parent e1694e6 commit 0052fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fec/home/templates/partials/legal-keyword-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h2 id="spending-modal-title" class="heading--section">Find documents with...</h2>
<div class="row u-padding--top">
<form class="modal__form" action="/data/legal/search/">
<p>Use these search boxes to refine your search. Only letters, numbers, and spaces are accepted:</p>
<p>Use these search boxes to refine your search. Only words with letters, numbers, spaces, and hyphens (such as in-kind) are accepted:</p>
<div class="filter">
<label class="label" for="keywords-any">Any of these words</label>
<input type="text" id="keywords-any" data-operator="or">
Expand Down
2 changes: 1 addition & 1 deletion fec/legal/templates/partials/legal-keyword-modal.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h2 id="spending-modal-title" class="heading--section">Find documents with...</h2>
<div class="row u-padding--top">
<form class="modal__form" action="">
<p>Use these search boxes to refine your search. Only letters, numbers, and spaces are accepted:</p>
<p>Use these search boxes to refine your search. Only words with letters, numbers, spaces, and hyphens (such as in-kind) are accepted:</p>
<div class="filter">
<label class="label" for="keywords-any">Any of these words</label>
<input type="text" id="keywords-any" data-operator="or">
Expand Down

0 comments on commit 0052fbd

Please sign in to comment.