diff --git a/senju/templates/scan.html b/senju/templates/scan.html
index a77f594..99f669b 100644
--- a/senju/templates/scan.html
+++ b/senju/templates/scan.html
@@ -153,7 +153,7 @@ Vote him, task complete.
responseBox.classList.remove('opacity-0');
// Example response
- document.getElementById('ai-response').textContent = 'Amogus';
+ document.getElementById('ai-response').textContent = 'Example text';
} else {
errorMessage.classList.remove('hidden');