mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Add email message
This commit is contained in:
parent
4e2437c2f1
commit
e8f89b969d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue