mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
parent
20cbe44d63
commit
37174d749c
3
app/_locales/en/messages.json
generated
3
app/_locales/en/messages.json
generated
@ -2285,6 +2285,9 @@
|
||||
"nft": {
|
||||
"message": "NFT"
|
||||
},
|
||||
"nftDisclaimer": {
|
||||
"message": "Disclaimer: MetaMask pulls the media file from the source url. This url sometimes is changed by the marketplace the NFT was minted on."
|
||||
},
|
||||
"nftTokenIdPlaceholder": {
|
||||
"message": "Enter the token id"
|
||||
},
|
||||
|
@ -313,6 +313,9 @@ export default function CollectibleDetails({ collectible }) {
|
||||
</Box>
|
||||
</Box>
|
||||
{inPopUp ? renderSendButton() : null}
|
||||
<Typography color={COLORS.TEXT_ALTERNATIVE} variant={TYPOGRAPHY.H7}>
|
||||
{t('nftDisclaimer')}
|
||||
</Typography>
|
||||
</Box>
|
||||
</Box>
|
||||
</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user