Put the appname back how it should be!

pull/19/head
Dave Page 2019-01-04 10:54:35 +00:00
parent d6778aa915
commit b5c7a108ab
1 changed files with 1 additions and 1 deletions

View File

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