X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftwitch-bot%2FGuessingWinner.js;h=64ecc9678ebaa77fc2e0024723134f32ee9f6368;hb=04af60ad0cd937639cf5e1a0a8d023d9c1eea152;hp=f7956baaa53bbc8d6601c3b5b70954bf7de7157a;hpb=c66d9d3c5eda563842c683827da1abf445b65483;p=alttp.git diff --git a/resources/js/components/twitch-bot/GuessingWinner.js b/resources/js/components/twitch-bot/GuessingWinner.js index f7956ba..64ecc96 100644 --- a/resources/js/components/twitch-bot/GuessingWinner.js +++ b/resources/js/components/twitch-bot/GuessingWinner.js @@ -15,7 +15,10 @@ const GuessingWinner = ({ winner }) => {
{winner.uname}
-
{t('twitchBot.guessingGame.winnerScore', { score: winner.score })}
+
{t( + 'twitchBot.guessingGame.winnerScore', + { count: winner.score, score: winner.score }, + )}
{winner.guess}