Skip to content

Commit 9276f60

Browse files
committed
Update conf.py
1 parent 668d69b commit 9276f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545

4646
versionwarning_latest_type = 'warning'
4747
versionwarning_latest_title = 'Warning'
48-
versionwarning_latest_message = 'This is the documentation for Thunderbird Beta. See version {newest} for the current ESR of Thunderbird.'
48+
versionwarning_latest_message = 'This is the documentation for Thunderbird Beta (Manifest Version 2). See version {newest} for the current ESR of Thunderbird.'
4949

5050
versionwarning_latest_mv3_type = 'danger'
5151
versionwarning_latest_mv3_title = 'Warning (Manifest V3)'
52-
versionwarning_latest_mv3_message = 'The Manifest V3 specification of Thunderbird is not finalized yet and will continue to change. More information can be found in our <a href="https://developer.thunderbird.net/add-ons/manifest-v3/">Manifest V3 announcement</a>.<br><br>See version {newest} for the Manifest V2 documentation of the current ESR of Thunderbird.'
52+
versionwarning_latest_message = 'This is the documentation for Thunderbird Beta (Manifest Version 3). See version {newest} for the current ESR of Thunderbird.'
5353

5454
versionwarning_current_type = 'note'
5555
versionwarning_current_title = 'Note'

0 commit comments

Comments
 (0)