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).'; } }