Change "status code" to "error code"

This commit is contained in:
Oliver Walters 2020-10-19 16:44:33 +11:00
parent 396b7dba73
commit 6b99d923d7

View File

@ -354,7 +354,7 @@ function renderErrorMessage(xhr) {
var html = '<b>' + xhr.statusText + '</b><br>';
html += '<b>Status Code - ' + xhr.status + '</b><br><hr>';
html += '<b>Error Code - ' + xhr.status + '</b><br><hr>';
html += `
<div class='panel-group'>