Improve csv upload description

This commit is contained in:
Serkan Reis 2022-10-10 13:43:43 +03:00
parent 5866e2d536
commit 3cbba7c8aa

View File

@ -174,7 +174,7 @@ export const CollectionActions = ({
{showNumberOfTokensField && <NumberInput {...batchNumberState} />}
{showAirdropFileField && (
<FormGroup
subtitle="CSV file that contains the airdrop addresses and the amount of tokens allocated for each address."
subtitle="CSV file that contains the airdrop addresses and the amount of tokens allocated for each address. Should start with the following header row: address,amount"
title="Airdrop File"
>
<AirdropUpload onChange={airdropFileOnChange} />