Skip to content

Commit

Permalink
chore: IUV accessible string
Browse files Browse the repository at this point in the history
  • Loading branch information
LeleDallas committed Feb 13, 2025
1 parent dada24a commit 40c7cd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions locales/de/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3208,6 +3208,7 @@ transaction:
iuv: "IUV"
subject: "Zahlungsgrund"
noticeCode: "Kodex der Zahlungsmitteilung/IUV"
noticeCodeAccessible: Codice avviso/Identificativo Univoco Versamento
taxCode: "Steuernummer Körperschaft"
FIMS:
updateApp:
Expand Down
1 change: 1 addition & 0 deletions locales/en/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4222,6 +4222,7 @@ transaction:
iuv: IUV
subject: Oggetto del pagamento
noticeCode: Codice avviso/IUV
noticeCodeAccessible: Codice avviso/Identificativo Univoco Versamento
taxCode: Codice Fiscale Ente
FIMS:
updateApp:
Expand Down
1 change: 1 addition & 0 deletions locales/it/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4222,6 +4222,7 @@ transaction:
iuv: IUV
subject: Oggetto del pagamento
noticeCode: Codice avviso/IUV
noticeCodeAccessible: Codice avviso/Identificativo Univoco Versamento
taxCode: Codice Fiscale Ente
FIMS:
updateApp:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const ReceiptCartItemDetailsScreen = () => {
}
label={I18n.t("transaction.details.operation.noticeCode")}
accessibilityLabel={I18n.t(
"transaction.details.operation.noticeCode"
"transaction.details.operation.noticeCodeAccessible"
)}
value={cartItem.refNumberValue}
/>
Expand Down

0 comments on commit 40c7cd8

Please sign in to comment.