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;