Skip to content

Commit

Permalink
Update copy for download link for travel advice map
Browse files Browse the repository at this point in the history
FCDO would like the copy of this link updated to be more specific.
Zendesk ticket: https://govuk.zendesk.com/agent/tickets/5495177
  • Loading branch information
davidgisbey committed Jan 3, 2024
1 parent e26438e commit 710a66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_travel_advice_first_part.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="<%= content_item.map["url"] %>" alt="<%= content_item.map["alt_text"] %>" class="map-image">
<% if content_item.map_download_url %>
<figcaption>
<%= render 'components/download_link', href: content_item.map_download_url, link_text: "Download map (PDF)" %>
<%= render 'components/download_link', href: content_item.map_download_url, link_text: "Download a more detailed map (PDF)" %>
</figcaption>
<% end %>
</figure>
Expand Down

0 comments on commit 710a66d

Please sign in to comment.