1
0
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:
Alex Tran 2022-08-08 22:13:36 -05:00
parent bf04d9eb39
commit cbec75a175
No known key found for this signature in database
GPG Key ID: E4954BC787B85C8A

View File

@ -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({