From 72c9ff0a17f75b96d6002557163fb8f2c19e6884 Mon Sep 17 00:00:00 2001 From: Szymon Tondowski Date: Wed, 31 Dec 2025 14:28:04 +0100 Subject: [PATCH] Typo fixed in the year summary --- CHANGELOG.md | 3 +++ package.json | 2 +- src/components/Panes/YearSummary/hooks/useEventT.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48750f1bc..a486c6329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ --- +#### Version 3.41.2 (31.12.2025) +- **Fix**: Typo fixed in the year summary + #### Version 3.41.1 (31.12.2025) - **New**: All data for Hejto 2025 summary parsed - **New**: Higher minimum number of games required for the ranked summary diff --git a/package.json b/package.json index 6c2d7f999..dc2a22e37 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "slowoku" ], "private": true, - "version": "3.41.1", + "version": "3.41.2", "type": "module", "scripts": { "dev": "vite --port 3001", diff --git a/src/components/Panes/YearSummary/hooks/useEventT.ts b/src/components/Panes/YearSummary/hooks/useEventT.ts index e6d869be6..2c6a10b8c 100644 --- a/src/components/Panes/YearSummary/hooks/useEventT.ts +++ b/src/components/Panes/YearSummary/hooks/useEventT.ts @@ -22,7 +22,7 @@ const eventDictionary: { pl: { 'main.players': 'graczy', 'title.hardestWords': 'Najtrudniejsze', - 'title.easiestWords': 'Najprostrze', + 'title.easiestWords': 'Najprostsze', 'label.totalPlayed': 'Gry', 'label.bestMedianLetters': 'Mediana', 'label.bestDailyResults': 'Wynik dnia',