fix: discord message formatting

This commit is contained in:
Peter Njeim 2021-05-10 14:08:15 -03:00
parent bef85c5c3e
commit d97b3d86d8
1 changed files with 2 additions and 2 deletions

View File

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