Update airdrop instructions for OE - 2

This commit is contained in:
Serkan Reis 2023-10-20 09:29:45 +03:00
parent e9d3efefed
commit e65a79bf8b

View File

@ -551,7 +551,7 @@ export const CollectionActions = ({
subtitle={`CSV file that contains the ${
type === 'batch_transfer_multi_address' ? '' : 'airdrop'
} addresses and the ${
type === 'airdrop' ? 'amount of tokens' : 'token ID'
type === 'airdrop' || type === 'airdrop_open_edition' ? 'amount of tokens' : 'token ID'
} allocated for each address. Should start with the following header row: ${
type === 'airdrop' || type === 'airdrop_open_edition' ? 'address,amount' : 'address,tokenId'
}`}