1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00: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 { 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({