Fix typo
This commit is contained in:
parent
6998045599
commit
4fb407454b
|
@ -59,7 +59,7 @@ export const UploadDialog = (props: {}) => {
|
|||
<DialogContent>
|
||||
<DialogContentText id="alert-dialog-slide-description">
|
||||
{convertedValue === 100 && trackConverting === trackTotal
|
||||
? `Convertion completed`
|
||||
? `Conversion completed`
|
||||
: `Converting ${trackConverting + 1} of ${trackTotal}: ${titleConverting}`}
|
||||
</DialogContentText>
|
||||
<LinearProgress
|
||||
|
|
Loading…
Reference in New Issue