Correction of text for PR

This commit is contained in:
Divarion-D
2025-08-29 21:39:10 +03:00
parent 89db467a63
commit fb85c557da
2 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ include 'header.php';
URL.revokeObjectURL(url);
if (data.result === true) {
$.toast("Error logs have been sent for review.");
$.toast("Error logs loaded.");
} else {
$.toast("<?php echo $_['error_occured']; ?>");
}
@@ -122,7 +122,7 @@ include 'header.php';
]
});
$("#datatable").css("width", "100%");
$("#btn-send-xc_vm").click(function() {
$("#btn-download-log").click(function() {
sendErrors();
});
});

File diff suppressed because one or more lines are too long