fix(profile): i18n keys

This commit is contained in:
2026-02-15 16:27:16 +01:00
parent 84ecd3c175
commit 440e11bdd9
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ async function fetchPlayerJournal(playerId: string) {
const response = await apiStore.client.get<API.PlayerJournal.Data>('api/getPlayerJournal', {
params: {
playerId: playerId,
dateScope: '14d'
dateScope: '30d'
}
});