diff --git a/frontend/src/Activity/History/Details/HistoryDetails.js b/frontend/src/Activity/History/Details/HistoryDetails.js index a1be61bb1..4adfc5f68 100644 --- a/frontend/src/Activity/History/Details/HistoryDetails.js +++ b/frontend/src/Activity/History/Details/HistoryDetails.js @@ -207,7 +207,7 @@ function HistoryDetails(props) { reasonMessage = 'File was deleted by via UI'; break; case 'MissingFromDisk': - reasonMessage = 'Sonarr was unable to find the file on disk so it was removed'; + reasonMessage = 'Sonarr was unable to find the file on disk so the file was unlinked from the episode in the database'; break; case 'Upgrade': reasonMessage = 'File was deleted to import an upgrade';