fix(app): a11y translations
This commit is contained in:
@@ -144,7 +144,15 @@ export function DialogConnectProvider(props: { provider: string }) {
|
||||
|
||||
return (
|
||||
<Dialog
|
||||
title={<IconButton tabIndex={-1} icon="arrow-left" variant="ghost" onClick={goBack} aria-label="Go back" />}
|
||||
title={
|
||||
<IconButton
|
||||
tabIndex={-1}
|
||||
icon="arrow-left"
|
||||
variant="ghost"
|
||||
onClick={goBack}
|
||||
aria-label={language.t("common.goBack")}
|
||||
/>
|
||||
}
|
||||
>
|
||||
<div class="flex flex-col gap-6 px-2.5 pb-3">
|
||||
<div class="px-2.5 flex gap-4 items-center">
|
||||
|
||||
Reference in New Issue
Block a user