mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-27 11:10:19 -06:00
Changed the wording for 'Terminated session successfully'
This commit is contained in:
parent
4b2b08174c
commit
5860de838a
@ -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.'));
|
||||
|
Loading…
Reference in New Issue
Block a user