diff --git a/lib/pinchflat_web/controllers/media_items/media_item_html/show.html.heex b/lib/pinchflat_web/controllers/media_items/media_item_html/show.html.heex index 38a9d07..9c5dce2 100644 --- a/lib/pinchflat_web/controllers/media_items/media_item_html/show.html.heex +++ b/lib/pinchflat_web/controllers/media_items/media_item_html/show.html.heex @@ -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 diff --git a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/show.html.heex b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/show.html.heex index 533ea5b..7032a88 100644 --- a/lib/pinchflat_web/controllers/media_profiles/media_profile_html/show.html.heex +++ b/lib/pinchflat_web/controllers/media_profiles/media_profile_html/show.html.heex @@ -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"> diff --git a/lib/pinchflat_web/controllers/sources/source_html/show.html.heex b/lib/pinchflat_web/controllers/sources/source_html/show.html.heex index 4ef4aa1..0f2489b 100644 --- a/lib/pinchflat_web/controllers/sources/source_html/show.html.heex +++ b/lib/pinchflat_web/controllers/sources/source_html/show.html.heex @@ -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">