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' ##########################################################################