Skip to content

Commit

Permalink
Merge pull request #1855 from alphagov/brexit-notice-en
Browse files Browse the repository at this point in the history
Add 'en' language attribute to the Brexit callout
  • Loading branch information
sihugh authored Sep 10, 2020
2 parents e727bc6 + 932629b commit b546602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/components/_header-notice.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
featured_link ||= false
%>
<% if title && description %>
<section class="app-c-header-notice" aria-label="notice" role="region">
<section class="app-c-header-notice" aria-label="notice" role="region" lang="en">
<div class="app-c-header-notice__header">
<h2 class="app-c-header-notice__title"><%= title %></h2>
</div>
Expand Down

0 comments on commit b546602

Please sign in to comment.