Skip to content

Commit

Permalink
move into new file
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbzurovski committed Aug 26, 2024
1 parent 1571950 commit 9ddf72d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Content/0.3.1 - Asset Details/assetDetails.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@
"assetDetails_poolUnitDetails_whatArePoolUnits": "What are Pool units?",
"assetDetails_badgeDetails_noBadges": "You have no badges",
"assetDetails_badgeDetails_whatAreBadges": "What are badges?",
"assetDetails_hideAsset_title": "Hide Asset",
"assetDetails_hideAsset_message": "Hide this asset in your Radix Wallet? You can always unhide it in your account settings.",
"assetDetails_hideAsset_button": "Hide Asset",
"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",
"assetDetails_behaviors_simpleAsset": "This is a simple asset",
"assetDetails_behaviors_supplyIncreasable": "The supply of this asset can be increased.",
"assetDetails_behaviors_supplyDecreasable": "The supply of this asset can be decreased.",
Expand Down
13 changes: 13 additions & 0 deletions Content/Confirmation/confirmation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"confirmation_hideAccount_title": "Hide This Account",
"confirmation_hideAccount_message": "Hide this Account in your wallet? You can always unhide it from the main application settings.",
"confirmation_hideAccount_button": "Hide Account",

"confirmation_hideAsset_title": "Hide Asset",
"confirmation_hideAsset_message": "Hide this asset in your Radix Wallet? You can always unhide it in your account settings.",
"confirmation_hideAsset_button": "Hide Asset",

"confirmation_hideCollection_title": "Hide Collection",
"confirmation_hideCollection_message": "Hide **%s** NFT Collection in your Radix Wallet? You can always unhide it in your account settings.",
"confirmation_hideCollection_button": "Hide"
}

0 comments on commit 9ddf72d

Please sign in to comment.