From b5c7a108abbd8854ab00d7032f885069569f3ee9 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 4 Jan 2019 10:54:35 +0000 Subject: [PATCH] Put the appname back how it should be! --- web/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config.py b/web/config.py index e8005b79c..1d4d1325a 100644 --- a/web/config.py +++ b/web/config.py @@ -33,7 +33,7 @@ from pgadmin.utils import env, IS_PY2, IS_WIN, fs_short_path ########################################################################## # Name of the application to display in the UI -APP_NAME = 'pgAdmin' +APP_NAME = 'pgAdmin 4' APP_ICON = 'pg-icon' ##########################################################################