Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtami committed Oct 1, 2024
1 parent 0eddb16 commit 6b968df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/puzzleCtrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export class PuzzleController extends AnalysisController {
text = _('Puzzle complete!');
this.postSuccess(false);
} else {
text = _('We have no more puzzle for this variant.');
text = _('We have no more puzzles for this variant.');
}
}
this.completed = true;
Expand Down

0 comments on commit 6b968df

Please sign in to comment.