diff --git a/resources/js/modules/editor/partials/canvas/video-download/video-download-modal.jsx b/resources/js/modules/editor/partials/canvas/video-download/video-download-modal.jsx index 06e881e..32b1c63 100644 --- a/resources/js/modules/editor/partials/canvas/video-download/video-download-modal.jsx +++ b/resources/js/modules/editor/partials/canvas/video-download/video-download-modal.jsx @@ -2,7 +2,7 @@ import { Button } from '@/components/ui/button'; import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle } from '@/components/ui/dialog'; import { Progress } from '@/components/ui/progress'; import { Textarea } from '@/components/ui/textarea'; -import { CheckCircle, Clock10Icon, Download, Droplets } from 'lucide-react'; +import { Clock10Icon, Download, Droplets } from 'lucide-react'; import { useState } from 'react'; const VideoDownloadModal = ({ @@ -68,7 +68,7 @@ const VideoDownloadModal = ({ {!isExporting && !isComplete && ( -
Please wait while we prepare your export...
+{exportStatus}
}- Your video has been exported successfully {exportType === 'without' ? 'without' : 'with'} watermark. -
-