From 37a9381bd1f4ac221de1f974052994e9be084441 Mon Sep 17 00:00:00 2001 From: slowpoke111 <110692534+slowpoke111@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:42:34 -0400 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 12e8bdf..dbc5945 100644 --- a/index.html +++ b/index.html @@ -93,7 +93,7 @@

Wordle Solution Finder

if (word) { solutionElement.innerText = `Wordle Solution: ${word}`; } else { - solutionElement.innerText = 'Error fetching the Wordle solution.'; + solutionElement.innerText = 'Error fetching the Wordle solution (Try an earlier date).'; } }