mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Rewording delete caution message
This commit is contained in:
@@ -188,7 +188,7 @@
|
|||||||
try {
|
try {
|
||||||
if (
|
if (
|
||||||
window.confirm(
|
window.confirm(
|
||||||
`Are you sure you want to delete ${multiSelectedAssets.size} assets? This action cannot be undone.`
|
`Caution! Are you sure you want to delete ${multiSelectedAssets.size} assets? This step also deletes assets in the album(s) to which they belong. You can not undo this action!`
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
const { data: deletedAssets } = await api.assetApi.deleteAsset({
|
const { data: deletedAssets } = await api.assetApi.deleteAsset({
|
||||||
|
|||||||
Reference in New Issue
Block a user