mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Correct error message.
This commit is contained in:
@@ -443,11 +443,11 @@ define('pgadmin.datagrid', [
|
||||
|
||||
try {
|
||||
var err = JSON.parse(xhr.responseText);
|
||||
alertify.alert(gettext('Query Tool Initialize Error'),
|
||||
alertify.alert(gettext('Query Tool initialization error'),
|
||||
err.errormsg
|
||||
);
|
||||
} catch (e) {
|
||||
alertify.alert(gettext('Query Tool Initialize Error'),
|
||||
alertify.alert(gettext('Query Tool initialization error'),
|
||||
e.statusText
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user