Skip to content

Commit

Permalink
Merge pull request #810 from ddugovic/patch-3
Browse files Browse the repository at this point in the history
Fix typo (spelling)
  • Loading branch information
WandererXII authored Mar 20, 2024
2 parents f8cf653 + 0964f7c commit 3951493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/puzzle/submitted.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object submitted {
p(
if (~count > 0)
s"Puzzles you have submitted are being verified (${~count} puzzles in queue). Thank you!"
else "You have not submitted any puzzles, but you can awlays change that."
else "You have not submitted any puzzles, but you can always change that."
)
else
frag(
Expand Down

0 comments on commit 3951493

Please sign in to comment.