diff --git a/ts/features/walletV3/transaction/components/WalletTransactionInfoSection.tsx b/ts/features/walletV3/transaction/components/WalletTransactionInfoSection.tsx
index b437782e97a..4d24aa3628f 100644
--- a/ts/features/walletV3/transaction/components/WalletTransactionInfoSection.tsx
+++ b/ts/features/walletV3/transaction/components/WalletTransactionInfoSection.tsx
@@ -72,9 +72,6 @@ const WalletTransactionInfoSection = ({
{psp?.businessName && (
<>
@@ -82,9 +79,6 @@ const WalletTransactionInfoSection = ({
>
)}
@@ -93,9 +87,9 @@ const WalletTransactionInfoSection = ({
onPress={() =>
clipboardSetStringWithFeedback(transaction.id.toString())
}
- accessibilityLabel={I18n.t(
+ accessibilityLabel={`${I18n.t(
"transaction.details.info.transactionId"
- )}
+ )}: ${transaction.id.toString()}`}
label={I18n.t("transaction.details.info.transactionId")}
value={transaction.id.toString()}
/>