diff --git a/web/pgadmin/dashboard/static/js/dashboard.js b/web/pgadmin/dashboard/static/js/dashboard.js index b464968e3..03846bba1 100644 --- a/web/pgadmin/dashboard/static/js/dashboard.js +++ b/web/pgadmin/dashboard/static/js/dashboard.js @@ -132,7 +132,7 @@ function(url_for, gettext, r, $, _, pgAdmin, Backbone, Backgrid, Flotr, type:'DELETE', success: function(res) { if (res == gettext('Success')) { - alertify.success(gettext('Active query terminateed successfully.')); + alertify.success(gettext('Session terminateed successfully.')); refresh_grid(); } else { alertify.error(gettext('An error occurred whilst terminateing the active query.'));