From 1f72bb6138143f15a1876f5ea57a104e3ae7145b Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Sun, 16 Jun 2024 15:40:21 -0300 Subject: [PATCH] change game to library --- src/locales/en/translation.json | 2 +- src/locales/pt/translation.json | 2 +- src/renderer/src/pages/user/user-content.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index bbab5670..d46cafdb 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -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}}" } } diff --git a/src/locales/pt/translation.json b/src/locales/pt/translation.json index 1ccc675f..8dd937d2 100644 --- a/src/locales/pt/translation.json +++ b/src/locales/pt/translation.json @@ -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}}" } } diff --git a/src/renderer/src/pages/user/user-content.tsx b/src/renderer/src/pages/user/user-content.tsx index 4c9a4c8e..89babe73 100644 --- a/src/renderer/src/pages/user/user-content.tsx +++ b/src/renderer/src/pages/user/user-content.tsx @@ -142,7 +142,7 @@ export const UserContent = ({ userProfile }: ProfileContentProps) => { gap: `${SPACING_UNIT * 2}px`, }} > -

{t("games")}

+

{t("library")}