From 749f0b7f0af7feafc1ed4a6a70966026af73331d Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 8 Jun 2023 04:32:58 +0300 Subject: [PATCH] its "coins" not "coin" --- files/assets/js/casino/game_screen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/js/casino/game_screen.js b/files/assets/js/casino/game_screen.js index b2ef6e8d89..c937a8b560 100644 --- a/files/assets/js/casino/game_screen.js +++ b/files/assets/js/casino/game_screen.js @@ -80,7 +80,7 @@ function updateFeed(newFeed) { class="${entry.won_or_lost === "won" ? "text-success" : "text-danger"}">
@${entry.user} ${entry.won_or_lost} ${entry.amount - } ${entry.currency} + } ${entry.currency}${entry.currency === "coin" ? "s" : ""}
`