mirror of
https://github.com/JonasunderscoreJones/BingoGenerator.git
synced 2025-10-23 00:29:18 +02:00
fixed singular/plural on Bingo prompt
This commit is contained in:
parent
b1e334c191
commit
efc0dd7e13
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue