mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-03 08:10:28 +00:00
add items will be deleted to message
This commit is contained in:
parent
f9410fd28c
commit
db0224d0d2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue