From d97b3d86d892b741935ac88b4590a1c30dbe6f1c Mon Sep 17 00:00:00 2001 From: Peter Njeim Date: Mon, 10 May 2021 14:08:15 -0300 Subject: [PATCH] fix: discord message formatting --- src/btn.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/btn.ts b/src/btn.ts index 472ad42..9235496 100644 --- a/src/btn.ts +++ b/src/btn.ts @@ -276,8 +276,8 @@ export namespace BtnAction { // ask user to send Discord message alert( '❌Download Failed!\n\n' + - 'Send your URL to the #dataset-bugs channel \n ' + - 'in the LibreScore Community Discord server: ' + DISCORD_URL, + 'Send your URL to the #dataset-bugs channel ' + + 'in the LibreScore Community Discord server:\n' + DISCORD_URL, ) // open Discord on 'OK' const a = document.createElement('a')