mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-30 12:33:52 -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',
|
type:'DELETE',
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
if (res == gettext('Success')) {
|
if (res == gettext('Success')) {
|
||||||
alertify.success(gettext('Active query terminateed successfully.'));
|
alertify.success(gettext('Session terminateed successfully.'));
|
||||||
refresh_grid();
|
refresh_grid();
|
||||||
} else {
|
} else {
|
||||||
alertify.error(gettext('An error occurred whilst terminateing the active query.'));
|
alertify.error(gettext('An error occurred whilst terminateing the active query.'));
|
||||||
|
Loading…
Reference in New Issue
Block a user