Skip to content

Commit

Permalink
Merge pull request #2781 from GreenAsJade/sealing_warning_phrasing_xD
Browse files Browse the repository at this point in the history
Be less certain about whether the game can be scored or not in sealing warning
  • Loading branch information
anoek authored Aug 14, 2024
2 parents 45c7f20 + 861f9e5 commit 33818e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Game/PlayControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ export function PlayControls({
{need_to_seal && (
<div className="needs-sealing">
{_(
"The highlighted locations need to be sealed before the game can be scored correctly",
"The highlighted locations may need to be sealed before the game can be scored correctly",
)}
<div className="needs-sealing-coordinates">
<span className="needs-sealing-box" />
Expand Down

0 comments on commit 33818e7

Please sign in to comment.