Update action description for airdropping specific tokens

This commit is contained in:
Serkan Reis 2023-06-08 10:29:25 +03:00
parent be30701c8f
commit cb9f2bc1da

View File

@ -478,7 +478,9 @@ export const CollectionActions = ({
)}
{showAirdropFileField && (
<FormGroup
subtitle={`CSV file that contains the airdrop addresses and the amount of tokens allocated for each address. Should start with the following header row: ${
subtitle={`CSV file that contains the airdrop addresses and the ${
type === 'airdrop' ? 'amount of tokens' : 'token ID'
} allocated for each address. Should start with the following header row: ${
type === 'airdrop' ? 'address,amount' : 'address,tokenId'
}`}
title="Airdrop File"