Skip to content

Commit

Permalink
feat: update end text
Browse files Browse the repository at this point in the history
  • Loading branch information
cecelot committed Oct 19, 2024
1 parent 042ce2c commit 7ec0408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/lib/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function handleGameEnd(context: Context<GameEndEvent>) {
if (!context.aborted) {
context.setAborted(true);
toast.success(
`${ev.d.winner} won the game with a score of ${ev.d.points} / ${ev.d.total}! Access the final scoreboard again any time from the Stats page.`,
`${ev.d.winner} won the game with a score of ${ev.d.points} / ${ev.d.total}! Access this board again any time from the Stats page.`,
{ duration: 10_000 },
);
}
Expand Down

0 comments on commit 7ec0408

Please sign in to comment.