From 3c1dc18656e0fa2c56d50b64e58eec026bfe3949 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 29 Jan 2021 15:40:23 +0000 Subject: [PATCH] Fix typo --- web/pgadmin/browser/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/browser/__init__.py b/web/pgadmin/browser/__init__.py index 4e31271dd..2e4606281 100644 --- a/web/pgadmin/browser/__init__.py +++ b/web/pgadmin/browser/__init__.py @@ -674,7 +674,7 @@ def index(): base_url=None ) - # Check the browser is a support version + # Check the browser is a supported version # NOTE: If the checks here are updated, make sure the supported versions # at https://www.pgadmin.org/faq/#11 are updated to match! if config.CHECK_SUPPORTED_BROWSER: