diff --git a/src/renderer/pages/torrent-list-page.js b/src/renderer/pages/torrent-list-page.js index 828a197c..f4106d34 100644 --- a/src/renderer/pages/torrent-list-page.js +++ b/src/renderer/pages/torrent-list-page.js @@ -393,7 +393,7 @@ function getErrorMessage (torrentSummary) { const err = torrentSummary.error if (err === 'path-missing') { return ( - + Path missing.
Fix and restart the app, or delete the torrent.