fixed singular/plural on Bingo prompt

This commit is contained in:
Jonas_Jones 2025-04-10 20:29:33 +02:00
parent b1e334c191
commit efc0dd7e13

View file

@ -349,7 +349,7 @@ Bingo Item 25`;
<div id="alert-background" class="overlay-background">
<div class="overlay-content">
<h2>Bingo!</h2>
<p>You achieved a new Bingo!<br>You now have <b>{bingoCount}</b> Bingos.</p>
<p>You achieved a new Bingo!<br>You now have <b>{bingoCount}</b> Bingo{#if bingoCount != 1}s{/if}.</p>
{#if theme === 'pink'}
<img src="/congrats_bingo.png" height="500vh" alt="Confetti" />
<br>