diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index 9e39e2fd..73ccacec 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -25,7 +25,8 @@ "queued": "{{title}} (Queued)", "game_has_no_executable": "Game has no executable selected", "sign_in": "Sign in", - "friends": "Friends" + "friends": "Friends", + "aria_view_profile": "View profile" }, "header": { "search": "Search games", diff --git a/src/locales/pt-BR/translation.json b/src/locales/pt-BR/translation.json index 9ea86fe9..a2a3a9ac 100644 --- a/src/locales/pt-BR/translation.json +++ b/src/locales/pt-BR/translation.json @@ -25,7 +25,8 @@ "queued": "{{title}} (Na fila)", "game_has_no_executable": "Jogo não possui executável selecionado", "sign_in": "Login", - "friends": "Amigos" + "friends": "Amigos", + "aria_view_profile": "Ver perfil" }, "header": { "search": "Buscar jogos", diff --git a/src/renderer/src/components/sidebar/sidebar-profile.tsx b/src/renderer/src/components/sidebar/sidebar-profile.tsx index 49e56ab7..af8da63c 100644 --- a/src/renderer/src/components/sidebar/sidebar-profile.tsx +++ b/src/renderer/src/components/sidebar/sidebar-profile.tsx @@ -89,6 +89,7 @@ export function SidebarProfile() { type="button" className={styles.profileButton} onClick={handleProfileClick} + aria-label={t("aria_view_profile")} >