Made message clear-cut

This commit is contained in:
2023-04-21 09:24:59 +02:00
parent 57ea6efe84
commit 5c76919bac

View File

@@ -266,7 +266,7 @@ function performRequest(endpoint, checkXML, checkTransform) {
if (result.type)
document.getElementById("procinfo").innerText += ". Returned: " + result.type;
else
document.getElementById("procinfo").innerText += ". Engine don't support sending returned data type.";
document.getElementById("procinfo").innerText += ". Engine doesn't support return of data types.";
if (result.status = "OK") {
document.getElementById("procinfo").innerText += " in " + result.time + "ms";