fix: Issues #273 done.

This commit is contained in:
chiayin
2024-03-21 11:37:51 +08:00
parent b9ddd7ee66
commit d009459747

View File

@@ -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 wont be able to modify labels.',
html: 'After importing, you wont be able to modify labels.',
icon: 'warning',
iconColor: '#FF3366',
reverseButtons:true,