diff --git a/sys0-code/app/print.php b/sys0-code/app/print.php
index e99b8b0..6aa34c8 100644
--- a/sys0-code/app/print.php
+++ b/sys0-code/app/print.php
@@ -241,7 +241,7 @@
let stepElement = document.getElementById(stepId);
if (stepElement) {
stepElement.innerHTML = `
- ❌
+ 🤬
${steps[index]}
`;
}