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(), ),