Skip to content

Commit

Permalink
fix: discord message formatting
Browse files Browse the repository at this point in the history
Merge pull request #120 from PeterNjeim/master
  • Loading branch information
Xmader authored May 11, 2021
2 parents bef85c5 + d97b3d8 commit 7a397e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/btn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 7a397e0

Please sign in to comment.