Remove extra space.

This commit is contained in:
Dave Page 2019-11-07 14:15:13 +00:00
parent c3c3e802ca
commit 9961a6c101

View File

@ -480,7 +480,7 @@ define('pgadmin.preferences', [
if(requires_refresh) {
Alertify.confirm(
gettext('Refresh required'),
gettext('A page refresh is required to apply the theme. Do you wish to refresh the page now ?'),
gettext('A page refresh is required to apply the theme. Do you wish to refresh the page now?'),
function() {
/* If user clicks Yes */
location.reload();