Updated error messages.

This commit is contained in:
Ajay Ramachandran
2019-11-28 18:03:33 -05:00
parent 524df6389a
commit 381c11ed99
8 changed files with 8 additions and 20 deletions

View File

@@ -1048,7 +1048,7 @@ function sendSubmitMessage(){
//treat them the same
if (response.statusCode == 503) response.statusCode = 502;
alert(chrome.i18n.getMessage(response.statusCode + ""));
alert(chrome.i18n.getMessage(response.statusCode + "") + " " + chrome.i18n.getMessage("errorCode") + response.statusCode);
} else {
alert(chrome.i18n.getMessage("connectionError") + response.statusCode);
}