From 8837e9993aa25d18472438d37a57fcf396442533 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 8 Oct 2024 11:03:45 +0200 Subject: [PATCH] Notification: update copy since it's a past date (#11657) * Notification: update copy since it's a past date * Update readthedocs/projects/notifications.py Co-authored-by: Santos Gallegos --------- Co-authored-by: Santos Gallegos --- readthedocs/projects/notifications.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readthedocs/projects/notifications.py b/readthedocs/projects/notifications.py index 5a70036e874..19713a8c6c5 100644 --- a/readthedocs/projects/notifications.py +++ b/readthedocs/projects/notifications.py @@ -162,12 +162,14 @@ # Temporary notification until October 7th. Message( id=MESSAGE_PROJECT_ADDONS_BY_DEFAULT, - header=_("""Read the Docs Addons will be enabled by default on October 7th"""), + header=_( + """Read the Docs Addons were enabled by default on October 7th, 2024""" + ), body=_( textwrap.dedent( """ Read the full announcement in our blog - to know if your project will be affected and how to update. + to know if your project is affected and how to update. """ ).strip(), ),