diff --git a/web/pgadmin/browser/server_groups/servers/roles/static/js/role.js b/web/pgadmin/browser/server_groups/servers/roles/static/js/role.js index 557e44b7a..e6bca19f7 100644 --- a/web/pgadmin/browser/server_groups/servers/roles/static/js/role.js +++ b/web/pgadmin/browser/server_groups/servers/roles/static/js/role.js @@ -763,8 +763,8 @@ define('pgadmin.node.role', [ confirmBoxTitle = utils.titleize(roleOp); alertify.confirm( - gettext('%s Objects', confirmBoxTitle), - gettext('Are you sure you wish to %s all the objects owned by the selected role?', roleOp), + gettext(confirmBoxTitle+' Objects'), + gettext('Are you sure you wish to '+roleOp+' all the objects owned by the selected role?'), function() { axios.post( finalUrl,