Skip to content

Commit d8ee3a3

Browse files
Merge pull request #586 from PolymathNetwork/feature/fix-warning-copy
chore: change warning copy for uploading files
2 parents 27b7612 + 7d3ecd4 commit d8ee3a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/polymath-issuer/src/pages/compliance/components/ImportWhitelistModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class ImportWhitelistModal extends Component<Props> {
198198
/>
199199
) : (
200200
<Remark title="Reminder">
201-
Investors must be approved before they are added to the whitelist.
201+
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.
202202
</Remark>
203203
)}
204204
<Modal.Footer>

packages/polymath-issuer/src/pages/token/components/MintTokens.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ class MintTokens extends Component<Props> {
271271
<br />• Number of tokens to mint for the ETH address (integer).
272272
<br />
273273
<Remark title="Note">
274-
40 is the maximum number of addresses per transaction.
274+
Your file cannot exceed 40 addresses. If you have more than 40 addresses on your whitelist, upload multiple files.
275275
</Remark>
276276
</h4>
277277
<h5 className="pui-h5">

0 commit comments

Comments
 (0)