Skip to content

Commit 8837e99

Browse files
humitosstsewd
andauthored
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 <[email protected]> --------- Co-authored-by: Santos Gallegos <[email protected]>
1 parent 1474f97 commit 8837e99

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readthedocs/projects/notifications.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,14 @@
162162
# Temporary notification until October 7th.
163163
Message(
164164
id=MESSAGE_PROJECT_ADDONS_BY_DEFAULT,
165-
header=_("""Read the Docs Addons will be enabled by default on October 7th"""),
165+
header=_(
166+
"""Read the Docs Addons were enabled by default on October 7th, 2024"""
167+
),
166168
body=_(
167169
textwrap.dedent(
168170
"""
169171
Read the <a href="https://about.readthedocs.com/blog/2024/07/addons-by-default/" target="_blank">full announcement in our blog</a>
170-
to know if your project will be affected and how to update.
172+
to know if your project is affected and how to update.
171173
"""
172174
).strip(),
173175
),

0 commit comments

Comments
 (0)