diff --git a/InvenTree/InvenTree/static/script/inventree/modals.js b/InvenTree/InvenTree/static/script/inventree/modals.js index e2222f45c3..49de96468f 100644 --- a/InvenTree/InvenTree/static/script/inventree/modals.js +++ b/InvenTree/InvenTree/static/script/inventree/modals.js @@ -354,7 +354,7 @@ function renderErrorMessage(xhr) { var html = '' + xhr.statusText + '
'; - html += 'Status Code - ' + xhr.status + '

'; + html += 'Error Code - ' + xhr.status + '

'; html += `