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",