aboutsummaryrefslogtreecommitdiff
path: root/tmpl.go
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl.go')
-rw-r--r--tmpl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl.go b/tmpl.go
index 36381fd..65dc79e 100644
--- a/tmpl.go
+++ b/tmpl.go
@@ -84,7 +84,7 @@ document.addEventListener("DOMContentLoaded", function() {
let nonce_str = String.fromCharCode(...new Uint8Array(buf));
field.value = btoa(nonce_str);
- status_el.textContent = "Solution found. Please press the submit button.";
+ status_el.textContent = "Solution found.";
return;
}