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',