Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more hidden resources strings #470

Merged
merged 2 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_hideCollectionButton": "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_hideCollection_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_deposit": "This asset is hidden and will not be visible in your Account",
"transactionReview_hiddenAsset_withdraw": "This asset is hidden and is not visible in your Account"
}