Skip to content

Commit

Permalink
Add more hidden resources strings
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiupuhalschi-rdx committed Aug 26, 2024
1 parent aa4597a commit 7cd0dd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Content/0.3.1 - Asset Details/assetDetails.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,9 @@
"assetDetails_behaviors_freezableByThirdParty": "A third party can freeze this asset in place.",
"assetDetails_behaviors_freezableByAnyone": "Anyone can freeze this asset in place.",
"assetDetails_behaviors_nftDataChangeable": "Data that is set on these NFTs can be changed.",
"assetDetails_behaviors_nftDataChangeableByAnyone": "Anyone can change data that is set on these NFTs."
"assetDetails_behaviors_nftDataChangeableByAnyone": "Anyone can change data that is set on these NFTs.",
"assetDetails_hideCollection_button": "Hide Collection",
"assetDetails_hideCollection_title": "Hide Collection",
"assetDetails_hideCollection_message": "Hide **%s** NFT Collection in your Radix Wallet? You can always unhide it in your account settings."
"assetDetails_hide_button": "Hide"
}
3 changes: 2 additions & 1 deletion Content/1.1 - Transaction Review/transactionReview.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"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_hiddenAsset": "This asset is hidden and will not be visible in your Account"
"transactionReview_hiddenAsset": "This asset is hidden and will not be visible in your Account",
"transactionReview_hiddenAssetWithdrawing": "This asset is hidden and is not visible in your Account"
}

0 comments on commit 7cd0dd8

Please sign in to comment.