Changed the wording for 'Terminated session successfully'

pull/6/head
Ashesh Vashi 2017-09-29 20:20:27 +05:30
parent 4b2b08174c
commit 5860de838a
1 changed files with 1 additions and 1 deletions

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