From 64a6199d0aa5cc67ed1f2cd847bcd1023670ad67 Mon Sep 17 00:00:00 2001 From: damocleas Date: Thu, 26 Sep 2024 09:45:11 -0600 Subject: [PATCH] Fixed 'count, number' on 'Battles Won' splash text --- src/locales/en/splash-messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en/splash-messages.json b/src/locales/en/splash-messages.json index b7f7c737344..7397669b57d 100644 --- a/src/locales/en/splash-messages.json +++ b/src/locales/en/splash-messages.json @@ -1,5 +1,5 @@ { - "battlesWon": "Battles Won!", + "battlesWon": "{{count, number}} Battles Won!", "joinTheDiscord": "Join the Discord!", "infiniteLevels": "Infinite Levels!", "everythingIsStackable": "Everything Is Stackable*!",