diff --git a/sys0-code/app/print.php b/sys0-code/app/print.php
index 5f0242f..e99b8b0 100644
--- a/sys0-code/app/print.php
+++ b/sys0-code/app/print.php
@@ -223,7 +223,7 @@
let stepElement = document.getElementById(stepId);
if (stepElement) {
stepElement.innerHTML = `
- ✔
+ ✅
${steps[index]}
`;
}