Improved clarity around deletion operation

This commit is contained in:
Kieran Eglin 2024-02-28 08:58:51 -08:00
parent 17a6b6a691
commit 84a09f7370
No known key found for this signature in database
GPG key ID: 193984967FCF432D
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
<.link
href={~p"/sources/#{@media_item.source_id}/media/#{@media_item}?delete_files=true"}
method="delete"
data-confirm="Are you sure you want to delete this record and ALL files associated with it? This cannot be undone."
data-confirm="Are you sure you want to delete this record and all associated files on disk? This cannot be undone."
>
<.button color="bg-meta-1" rounding="rounded-full">
Delete Files

View file

@ -36,7 +36,7 @@
<.link
href={~p"/media_profiles/#{@media_profile}?delete_files=true"}
method="delete"
data-confirm="Are you sure you want to delete this profile, all its sources, and its files? This cannot be undone."
data-confirm="Are you sure you want to delete this profile, all its sources, and its files on disk? This cannot be undone."
class="mt-5 md:mt-0"
>
<.button color="bg-meta-1" rounding="rounded-full">

View file

@ -86,7 +86,7 @@
<.link
href={~p"/sources/#{@source}?delete_files=true"}
method="delete"
data-confirm="Are you sure you want to delete this source AND it's files? This cannot be undone."
data-confirm="Are you sure you want to delete this source and it's files on disk? This cannot be undone."
class="mt-5 md:mt-0"
>
<.button color="bg-meta-1" rounding="rounded-full">