diff --git a/src/main/index.js b/src/main/index.js index 51b29ccc8..0ecd8d884 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -67,7 +67,7 @@ app.on('ready', async () => { if (!isQuitting) { dialog.showErrorBox( 'Daemon has Exited', - 'The daemon may have encountered an unexpected error, or another daemon instance is already running. \n' + + 'The daemon may have encountered an unexpected error, or another daemon instance is already running. \n\n' + 'For more information please visit: \n' + 'https://lbry.io/faq/startup-troubleshooting' );