From 5860de838aef183cc0558875131d95dd39b23bb1 Mon Sep 17 00:00:00 2001 From: Ashesh Vashi Date: Fri, 29 Sep 2017 20:20:27 +0530 Subject: [PATCH] Changed the wording for 'Terminated session successfully' --- web/pgadmin/dashboard/static/js/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'));