From 303f6e5aed6c1a50bb449137165d1d2d44e50495 Mon Sep 17 00:00:00 2001 From: Matias Bzurovski Date: Tue, 20 Aug 2024 11:14:15 +0200 Subject: [PATCH] Add hidden asset message on TransactionReview --- Content/1.1 - Transaction Review/transactionReview.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content/1.1 - Transaction Review/transactionReview.json b/Content/1.1 - Transaction Review/transactionReview.json index 461f09c0..7ade40cb 100644 --- a/Content/1.1 - Transaction Review/transactionReview.json +++ b/Content/1.1 - Transaction Review/transactionReview.json @@ -66,5 +66,6 @@ "transactionReview_noMnemonicError_title": "Could Not Complete", "transactionReview_noMnemonicError_text": "The required seed phrase is missing. Please return to the account and begin the recovery process.", "transactionReview_nonConformingManifestWarning_title": "Warning", - "transactionReview_nonConformingManifestWarning_message": "This is a complex transaction that cannot be summarized - the raw transaction manifest will be shown. Do not submit unless you understand the contents." + "transactionReview_nonConformingManifestWarning_message": "This is a complex transaction that cannot be summarized - the raw transaction manifest will be shown. Do not submit unless you understand the contents.", + "transactionReview_hiddenAsset": "This asset is hidden and will not be visible in your Account", }