Skip to content

Commit

Permalink
Suggest alephclient for uploading lots of files instead of UI
Browse files Browse the repository at this point in the history
Relates to #3403
  • Loading branch information
stchris committed Nov 7, 2023
1 parent 813cef7 commit 5aa767d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion ui/src/dialogs/DocumentUploadDialog/DocumentUploadForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,18 @@ export class DocumentUploadForm extends PureComponent {
}}
/>
</p>
</div>
<p className="DocumentUploadForm__info">
<FormattedMessage
id="document.upload.info"
defaultMessage="If you need to upload a large amount of files (100+) consider {link}."
values={{
link: (
<a href="https://docs.aleph.occrp.org/developers/alephclient/#importing-all-files-from-a-directory">alephclient</a>
),
}}
/>
</p>
</div >
);
}
}
Expand Down

0 comments on commit 5aa767d

Please sign in to comment.