Skip to content

Commit

Permalink
fix: update button labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemai2awesome committed Mar 28, 2022
1 parent 48a451d commit 7d2b36e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -92,7 +92,7 @@
{% endset %}
{% set input %}
{% include '@bolt-components-form/form-input.twig' with {
search_button_label: 'Search people',
search_button_label: 'Search for employees or contractors',
attributes: {
type: 'search',
id: 'search-people-2',
Expand Down Expand Up @@ -124,7 +124,7 @@
{% endset %}
{% set input %}
{% include '@bolt-components-form/form-input.twig' with {
search_button_label: 'Search content',
search_button_label: 'Search a keyword or phrase',
attributes: {
type: 'search',
id: 'search-content-2',
Expand Down

0 comments on commit 7d2b36e

Please sign in to comment.