Add email message

This commit is contained in:
Malted 2024-09-03 17:39:03 -04:00
parent 4e2437c2f1
commit e8f89b969d
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ const ProgressComponent = ({ progress }) => {
<Text sx={{ fontSize: '1.2rem' }}>
{progress.completed
? 'Export complete! Check your email.'
: `${processedCount} of ${progress.repl_count} repls processed!
: `${processedCount} of ${progress.repl_count} repls processed! We'll email you once we're done.
${title ? <Text>{title}</Text> : ''}`}
</Text>