add items will be deleted to message

This commit is contained in:
Hayden 2022-10-23 20:45:36 -08:00
parent f9410fd28c
commit db0224d0d2

View file

@ -69,7 +69,7 @@
async function confirmDelete() {
const { isCanceled } = await confirm.open(
"Are you sure you want to delete this location? This action cannot be undone."
"Are you sure you want to delete this location and all of its items? This action cannot be undone."
);
if (isCanceled) {
return;