change game to library

This commit is contained in:
Zamitto 2024-06-16 15:40:21 -03:00
parent 32566e5dfc
commit 1f72bb6138
3 changed files with 3 additions and 3 deletions

View file

@ -232,7 +232,7 @@
"last_time_played": "Last played {{period}}",
"sign_out": "Sign out",
"activity": "Recent Activity",
"games": "Games",
"library": "Library",
"total_play_time": "Total playtime: {{amount}}"
}
}

View file

@ -233,7 +233,7 @@
"last_time_played": "Jogou {{period}}",
"sign_out": "Sair da conta",
"activity": "Atividade Recente",
"games": "Jogos",
"library": "Biblioteca",
"total_play_time": "Tempo total de jogo: {{amount}}"
}
}

View file

@ -142,7 +142,7 @@ export const UserContent = ({ userProfile }: ProfileContentProps) => {
gap: `${SPACING_UNIT * 2}px`,
}}
>
<h2>{t("games")}</h2>
<h2>{t("library")}</h2>
<div
style={{