Skip to content

Commit

Permalink
Notification: update copy since it's a past date (#11657)
Browse files Browse the repository at this point in the history
* Notification: update copy since it's a past date

* Update readthedocs/projects/notifications.py

Co-authored-by: Santos Gallegos <[email protected]>

---------

Co-authored-by: Santos Gallegos <[email protected]>
  • Loading branch information
humitos and stsewd authored Oct 8, 2024
1 parent 1474f97 commit 8837e99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readthedocs/projects/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://about.readthedocs.com/blog/2024/07/addons-by-default/" target="_blank">full announcement in our blog</a>
to know if your project will be affected and how to update.
to know if your project is affected and how to update.
"""
).strip(),
),
Expand Down

0 comments on commit 8837e99

Please sign in to comment.