From d795f37fe51ef53ea07d8ededdf0d10b4b94ee65 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 29 Jun 2016 20:47:11 +0100 Subject: [PATCH] Prefix the version number with 'v' in the Loading message. --- web/pgadmin/browser/templates/browser/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/browser/templates/browser/index.html b/web/pgadmin/browser/templates/browser/index.html index eddfe1398..3a567bc92 100644 --- a/web/pgadmin/browser/templates/browser/index.html +++ b/web/pgadmin/browser/templates/browser/index.html @@ -91,7 +91,7 @@ require.onResourceLoad = function (context, map, depMaps) {
- {{ 'Loading {0} {1}...'.format(config.APP_NAME, config.APP_VERSION) }} + {{ 'Loading {0} v{1}...'.format(config.APP_NAME, config.APP_VERSION) }}