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:
parent
bf04d9eb39
commit
cbec75a175
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue