From db0224d0d2c530192d13ab17daa4859623e4effd Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sun, 23 Oct 2022 20:45:36 -0800 Subject: [PATCH] add items will be deleted to message --- frontend/pages/location/[id].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/location/[id].vue b/frontend/pages/location/[id].vue index 4d6800b..092ace3 100644 --- a/frontend/pages/location/[id].vue +++ b/frontend/pages/location/[id].vue @@ -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;