fix: discord message formatting
Merge pull request #120 from PeterNjeim/master
This commit is contained in:
commit
7a397e068f
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue