diff --git a/web/pgadmin/browser/templates/browser/js/node.js b/web/pgadmin/browser/templates/browser/js/node.js index a0e071a3b..54ddfb8ce 100644 --- a/web/pgadmin/browser/templates/browser/js/node.js +++ b/web/pgadmin/browser/templates/browser/js/node.js @@ -851,7 +851,7 @@ function($, _, S, pgAdmin, Menu, Backbone, Alertify, pgBrowser, Backform) { if (d && !_.isEmpty(d)) { m.save({}, { attrs: d, - validate: false, + validate: true, cache: false, success: function() { onSaveFunc.call(); @@ -860,7 +860,7 @@ function($, _, S, pgAdmin, Menu, Backbone, Alertify, pgBrowser, Backform) { Alertify.pgNotifier( "error", jqxhr, S( - "{{ _("Error during saving properties - %%s!") }}" + "{{ _("Error during saving properties: %%s!") }}" ).sprintf(jqxhr.statusText).value() ); }