Skip to content

Commit

Permalink
Localise link to accessibility statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ijdickinson committed Oct 2, 2020
1 parent 45006f0 commit 61e1230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/common/_footer.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%a{:href => "https://www.gov.uk/land-registry-public-data"}
= t('common.footer.public_data')
%li.u-print-hidden
= link_to(t('common.footer.accessibility'), Rails.application.config.accessibility_document_path)
= link_to(t('common.footer.accessibility'), "#{Rails.application.config.accessibility_document_path}?lang=#{I18n.locale}")
.ogl.open-government-licence
%p.logo.u-print-hidden
%a{href: t('common.footer.ogl_url'), rel:"license"}
Expand Down

0 comments on commit 61e1230

Please sign in to comment.