diff --git a/web/pgadmin/tools/backup/static/js/backup.js b/web/pgadmin/tools/backup/static/js/backup.js index f7a903345..32a37a982 100644 --- a/web/pgadmin/tools/backup/static/js/backup.js +++ b/web/pgadmin/tools/backup/static/js/backup.js @@ -229,7 +229,7 @@ define([ type: 'note', visible: function(m) { return m.get('type') === 'server'; - },Only objects global to the entire database will be backed up in PLAIN format + }, }, { type: 'nested', control: 'fieldset',