diff --git a/locales/en/index.yml b/locales/en/index.yml index ec54f452238..b43f74d3cd8 100644 --- a/locales/en/index.yml +++ b/locales/en/index.yml @@ -853,6 +853,7 @@ wallet: noName: Name unavailable loading: Loading bank list... accessibility: + addElement: Add element to wallet cardsPreview: Payment methods' preview. Activate to navigate to the the list of payment methods. transactionListItem: payment: diff --git a/locales/it/index.yml b/locales/it/index.yml index 01dbba9ad3f..c0c1d0f7b0d 100644 --- a/locales/it/index.yml +++ b/locales/it/index.yml @@ -872,6 +872,7 @@ wallet: noName: Nome non disponibile loading: Carico la lista delle banche... accessibility: + addElement: Aggiungi elemento al portafoglio cardsPreview: Anteprima dei metodi di pagamento. Attiva per accedere alla lista dei tuoi metodi transactionListItem: payment: diff --git a/ts/components/wallet/WalletHomeHeader.tsx b/ts/components/wallet/WalletHomeHeader.tsx index cfa76573302..e254876ce81 100644 --- a/ts/components/wallet/WalletHomeHeader.tsx +++ b/ts/components/wallet/WalletHomeHeader.tsx @@ -124,7 +124,9 @@ const WalletHomeHeader: React.FC = (props: Props) => { } ]} > -

{I18n.t("wallet.wallet")}

+

+ {I18n.t("wallet.wallet")} +

= (props: Props) => { }} onPress={openBS} accessible={true} - accessibilityRole={"button"} + accessibilityLabel={I18n.t("wallet.accessibility.addElement")} + accessibilityRole="button" >