Correct error message.

pull/21/head
Dave Page 2019-02-04 10:23:34 +00:00
parent da83c3d1b8
commit 9c21c07fc4
1 changed files with 2 additions and 2 deletions

View File

@ -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
);
}