From e65a79bf8b33c06312ffe45763f65a32509135ed Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Fri, 20 Oct 2023 09:29:45 +0300 Subject: [PATCH] Update airdrop instructions for OE - 2 --- components/collections/actions/Action.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/collections/actions/Action.tsx b/components/collections/actions/Action.tsx index 149642c..ac32de0 100644 --- a/components/collections/actions/Action.tsx +++ b/components/collections/actions/Action.tsx @@ -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' }`}