Skip to content

Commit

Permalink
Merge pull request #586 from PolymathNetwork/feature/fix-warning-copy
Browse files Browse the repository at this point in the history
chore: change warning copy for uploading files
  • Loading branch information
RafaelVidaurre authored May 24, 2019
2 parents 27b7612 + 7d3ecd4 commit d8ee3a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class ImportWhitelistModal extends Component<Props> {
/>
) : (
<Remark title="Reminder">
Investors must be approved before they are added to the whitelist.
Investors must be approved before they are added to the whitelist. <br />Your file cannot exceed 40 addresses. If you have more than 40 addresses on your whitelist, upload multiple files.
</Remark>
)}
<Modal.Footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class MintTokens extends Component<Props> {
<br />• Number of tokens to mint for the ETH address (integer).
<br />
<Remark title="Note">
40 is the maximum number of addresses per transaction.
Your file cannot exceed 40 addresses. If you have more than 40 addresses on your whitelist, upload multiple files.
</Remark>
</h4>
<h5 className="pui-h5">
Expand Down

0 comments on commit d8ee3a3

Please sign in to comment.