add cancel button to i18n

pull/860/head
Mikael Finstad 4 years ago
parent 4eef5649b3
commit f77066d4bd
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -360,6 +360,7 @@ export async function showMergeDialog(paths, onMergeClick) {
width: '90%',
showCancelButton: true,
confirmButtonText: i18n.t('Merge!'),
cancelButtonText: i18n.t('Cancel'),
willOpen: (el) => { swalElem = el; },
title: i18n.t('Merge/concatenate files'),
html: (<SortableFiles

Loading…
Cancel
Save