diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb
index f572697a4..cded26363 100644
--- a/app/views/layouts/base.html.erb
+++ b/app/views/layouts/base.html.erb
@@ -36,7 +36,7 @@
<%= govuk_back_link(href: yield(:back_link_url)) if content_for?(:back_link_url) %>
<%= yield(:breadcrumbs) if content_for?(:breadcrumbs) %>
- <%= govuk_notification_banner title_text: "Planned downtime", text: "The service will be unavailable on Monday 25th November between 10am and 11am while we carry out essential maintenance" %>
+ <%= govuk_notification_banner title_text: "Planned downtime", text: "The service will be unavailable on Tuesday 3rd December between 10am and 11am while we carry out essential maintenance" %>
<%= render(FlashMessageComponent.new(flash: flash)) %>
<%= yield :content %>