Skip to content

Commit 1145373

Browse files
authored
Revised default notice for older versions. (#1528)
* Revised default notice for older versions. * Streamlined wording per review.
1 parent 1672fad commit 1145373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ES/Book.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ use utf8;
1515
our %Page_Header = (
1616
en => {
1717
old => <<"HEADER",
18-
You are looking at documentation for an older release.
19-
Not what you want? See the
18+
<strong>IMPORTANT</strong>: No additional bug fixes or documentation updates
19+
will be released for this version. For the latest information, see the
2020
<a href="../current/index.html">current release documentation</a>.
2121
HEADER
2222
new => <<"HEADER"

0 commit comments

Comments
 (0)