This commit is contained in:
Markos Gogoulos
2025-05-27 12:27:45 +03:00
parent aa94ae5b89
commit b6a197a00f
4 changed files with 6 additions and 11 deletions
@@ -3939,9 +3939,6 @@ const TimelineControls = ({
<p className="modal-message">
You're about to replace the original video with this trimmed version. This can't be undone.
</p>
<p className="modal-message">
The original video will be replaced with this trimmed version.
</p>
</Modal>
{/* Save As Copy Modal */}
@@ -3973,9 +3970,6 @@ const TimelineControls = ({
<p className="modal-message">
You're about to save a new copy with your edits. The original video will stay the same. Find the new file in your My Media folder - named after the original file.
</p>
<p className="modal-message">
A new copy of the video will be created with your trimmed segments.
</p>
</Modal>
{/* Processing Modal */}
@@ -4021,9 +4015,6 @@ const TimelineControls = ({
<p className="modal-message">
You're about to save each segment as a separate video. Find the new files in your My Media folder - named after the original file.
</p>
<p className="modal-message">
Each segment will be saved with its name as the filename.
</p>
</Modal>
{/* Success Modal */}