Skip to content

Commit

Permalink
Merge pull request #1967 from alphagov/5887594
Browse files Browse the repository at this point in the history
Change summary text for the Foreign travel advice entry page (A-Z)
  • Loading branch information
ChrisBAshton authored Aug 5, 2024
2 parents cb7ccb4 + 1c24408 commit 27438e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/presenters/index_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def render_for_publishing_api
"document_type" => TravelAdvicePublisher::INDEX_FORMAT,
"schema_name" => TravelAdvicePublisher::INDEX_FORMAT,
"title" => "Foreign travel advice",
"description" => "Get advice about travelling abroad, including the latest information on coronavirus, safety and security, entry requirements and travel warnings.",
"description" => "Get advice and warnings about travel abroad, including entry requirements, safety and security, health risks and legal differences.",
"locale" => "en",
"publishing_app" => "travel-advice-publisher",
"rendering_app" => "frontend",
Expand Down
2 changes: 1 addition & 1 deletion spec/presenters/index_presenter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"document_type" => "travel_advice_index",
"schema_name" => "travel_advice_index",
"title" => "Foreign travel advice",
"description" => "Get advice about travelling abroad, including the latest information on coronavirus, safety and security, entry requirements and travel warnings.",
"description" => "Get advice and warnings about travel abroad, including entry requirements, safety and security, health risks and legal differences.",
"locale" => "en",
"publishing_app" => "travel-advice-publisher",
"rendering_app" => "frontend",
Expand Down

0 comments on commit 27438e9

Please sign in to comment.