diff --git a/src/module/alertModal.js b/src/module/alertModal.js index 7c6bf37..b9118e0 100644 --- a/src/module/alertModal.js +++ b/src/module/alertModal.js @@ -282,7 +282,7 @@ export async function uploadConfirm(fetchData) { const filesStore = FilesStore(); const result = await Swal.fire({ title: 'ARE YOU SURE?', - html: 'After uploading, you won’t be able to modify labels.', + html: 'After importing, you won’t be able to modify labels.', icon: 'warning', iconColor: '#FF3366', reverseButtons:true,