mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
change game to library
This commit is contained in:
parent
32566e5dfc
commit
1f72bb6138
3 changed files with 3 additions and 3 deletions
|
@ -232,7 +232,7 @@
|
||||||
"last_time_played": "Last played {{period}}",
|
"last_time_played": "Last played {{period}}",
|
||||||
"sign_out": "Sign out",
|
"sign_out": "Sign out",
|
||||||
"activity": "Recent Activity",
|
"activity": "Recent Activity",
|
||||||
"games": "Games",
|
"library": "Library",
|
||||||
"total_play_time": "Total playtime: {{amount}}"
|
"total_play_time": "Total playtime: {{amount}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -233,7 +233,7 @@
|
||||||
"last_time_played": "Jogou {{period}}",
|
"last_time_played": "Jogou {{period}}",
|
||||||
"sign_out": "Sair da conta",
|
"sign_out": "Sair da conta",
|
||||||
"activity": "Atividade Recente",
|
"activity": "Atividade Recente",
|
||||||
"games": "Jogos",
|
"library": "Biblioteca",
|
||||||
"total_play_time": "Tempo total de jogo: {{amount}}"
|
"total_play_time": "Tempo total de jogo: {{amount}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -142,7 +142,7 @@ export const UserContent = ({ userProfile }: ProfileContentProps) => {
|
||||||
gap: `${SPACING_UNIT * 2}px`,
|
gap: `${SPACING_UNIT * 2}px`,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<h2>{t("games")}</h2>
|
<h2>{t("library")}</h2>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue