From 1c24408890321bc7228a7c5cf49d9ae21fafef48 Mon Sep 17 00:00:00 2001 From: Daniel Karaj Date: Fri, 2 Aug 2024 16:16:30 +0100 Subject: [PATCH] Change summary text for the Foreign travel advice entry page (A-Z) Update the summary text to make it clearer for users what information is included in the country travel advice pages, including removing the reference to coronavirus. --- app/presenters/index_presenter.rb | 2 +- spec/presenters/index_presenter_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/presenters/index_presenter.rb b/app/presenters/index_presenter.rb index 5fb9159af..c917c4404 100644 --- a/app/presenters/index_presenter.rb +++ b/app/presenters/index_presenter.rb @@ -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", diff --git a/spec/presenters/index_presenter_spec.rb b/spec/presenters/index_presenter_spec.rb index a7fbf8be7..09b17f4fd 100644 --- a/spec/presenters/index_presenter_spec.rb +++ b/spec/presenters/index_presenter_spec.rb @@ -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",