diff --git a/app/views/content_items/travel_advice.html.erb b/app/views/content_items/travel_advice.html.erb
index 7bd42a6219..04e6ded4d1 100644
--- a/app/views/content_items/travel_advice.html.erb
+++ b/app/views/content_items/travel_advice.html.erb
@@ -16,13 +16,15 @@
<%= render 'govuk_publishing_components/components/title', @content_item.title_and_context %>
- <% @content_item.alert_status.each do |text| %>
- <%= render "govuk_publishing_components/components/warning_text", {
- text: text % {:country => @content_item.country_name
- }
- } %>
+ <%= render "govuk_publishing_components/components/govspeak", {
+ } do %>
+ <% @content_item.alert_status.each do |text| %>
+ <%= render "govuk_publishing_components/components/warning_text", {
+ text: text % {:country => @content_item.country_name}
+ } %>
+ <% end %>
<% end %>
-
+