Changed the wording for 'Terminated session successfully'

This commit is contained in:
Ashesh Vashi 2017-09-29 20:20:27 +05:30
parent 4b2b08174c
commit 5860de838a

View File

@ -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.'));