mirror of
https://github.com/immich-app/immich.git
synced 2024-12-25 10:43:13 +02:00
Rewording delete caution message
This commit is contained in:
parent
bf04d9eb39
commit
cbec75a175
@ -188,7 +188,7 @@
|
||||
try {
|
||||
if (
|
||||
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({
|
||||
|
Loading…
Reference in New Issue
Block a user