add extra space

Add extra space for more clarity.
This commit is contained in:
Baltazar Gomez 2018-02-21 20:13:55 -07:00 committed by GitHub
parent 1e1435bc72
commit b31b226b2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
);