From 37bce5c8445ab8879dceded56dfd7231a6b5f4e4 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 23 Sep 2020 13:39:08 +0200 Subject: [PATCH] Reword unsupported docs blurb to clarify Make sure to avoid confusion around the support status of current, however unlikely. --- templates/docs/docspage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docs/docspage.html b/templates/docs/docspage.html index 236f351..b73f2a7 100644 --- a/templates/docs/docspage.html +++ b/templates/docs/docspage.html @@ -129,7 +129,7 @@ This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the current - version, or one of the supported versions listed above instead. + version, or one of the other supported versions listed above instead. {%endif%}
-- 2.21.1 (Apple Git-122.3)