remove unused string

pull/2666/head
Mikael Finstad 7 months ago
parent 2512042262
commit 2512040b3a
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -64,7 +64,6 @@ function ExportModeButton({ selectedSegments, style }: { selectedSegments: unkno
merge: t('Merge cuts'),
'merge+separate': t('Merge & Separate'),
separate: t('Separate files'),
description: t('Export to separate files'),
};
const title = titles[mode];

Loading…
Cancel
Save