Skip to content

Commit

Permalink
Merge pull request #2390 from alphagov/site-wide-search-label
Browse files Browse the repository at this point in the history
Hyphenate the word "sitewide" on search form aria-label
  • Loading branch information
danacotoran authored Jan 20, 2021
2 parents 878521f + af892fe commit 737b40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/root/_base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<button class="search-toggle js-header-toggle" data-search-toggle-for="search">Show or hide search</button>
<% # The /search page redirects to a finder if keywords are included. Be careful about
# changing this, as the redirect adds some parameters to the search query. %>
<form id="search" class="site-search govuk-clearfix" action="/search" method="get" role="search" aria-label="Sitewide">
<form id="search" class="site-search govuk-clearfix" action="/search" method="get" role="search" aria-label="Site-wide">
<div class="content govuk-clearfix">
<%= render "govuk_publishing_components/components/search", {
id: "site-search-text",
Expand Down

0 comments on commit 737b40f

Please sign in to comment.