From b397c99b5d819121e1eed09fd56e7387cb2a8a4e Mon Sep 17 00:00:00 2001 From: Nicola Cannata Date: Fri, 2 Jul 2021 16:28:57 +0200 Subject: [PATCH] chore: [IA-45] In wallet home header when VO is active, the title and the add card method is not clear (#3164) * [IA-45] in wallet home header, when VO is active, the title and the add card method the pronunciation is not clear * Update locales/it/index.yml Co-authored-by: Simone --- locales/en/index.yml | 1 + locales/it/index.yml | 1 + ts/components/wallet/WalletHomeHeader.tsx | 7 +++++-- 3 files changed, 7 insertions(+), 2 deletions(-) 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" >