Skip to content

Commit

Permalink
Merge pull request #929 from alphagov/accessible-banner-links
Browse files Browse the repository at this point in the history
Change link text in banners to be more accessible
  • Loading branch information
selfthinker authored Mar 17, 2017
2 parents 049ccd0 + fb5e43e commit 33c210a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/govuk_component/alpha_label.raw.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<% if local_assigns.include?(:message) %>
<%= raw message %>
<% else %>
This part of GOV.UK is being built &ndash; <a href="/service-manual/phases/ideal-alphas">find out what this means</a>
This part of GOV.UK is being built &ndash; <a href="/service-manual/phases/ideal-alphas">find out what alpha means</a>
<% end %>
</span>
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/views/govuk_component/beta_label.raw.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<% if local_assigns.include?(:message) %>
<%= raw message %>
<% else %>
This part of GOV.UK is being rebuilt &ndash; <a href="/help/beta">find out what this means</a>
This part of GOV.UK is being rebuilt &ndash; <a href="/help/beta">find out what beta means</a>
<% end %>
</span>
</p>
Expand Down

0 comments on commit 33c210a

Please sign in to comment.