aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmpl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl.go b/tmpl.go
index 65dc79e..aaa99a1 100644
--- a/tmpl.go
+++ b/tmpl.go
@@ -92,7 +92,7 @@ document.addEventListener("DOMContentLoaded", function() {
// Update status every 256 tries
if ((nonce & 0x00FFn) === 0n) {
- status_el.textContent = "Tried " + nonce + " candidates so far...";
+ status_el.textContent = "Attempting to solve automatically via SubtleCrypto. Tried " + nonce + " candidates so far...";
await new Promise(r => setTimeout(r, 0));
}
}