diff --git a/views/index.handlebars b/views/index.handlebars index 4ca82abf..89a410cd 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -88,7 +88,7 @@ /* socket.io message listeners */ socket.on('publish-status', function(msg){ updatePublishStatus(msg); - updateUploadPercent(`
Curious what magic is happening here? [learn more]
`); + updateUploadPercent(`Curious what magic is happening here? learn more
`); }); socket.on('publish-failure', function(msg){ updatePublishStatus('--(✖╭╮✖)→
' + JSON.stringify(msg) + '
For help, post the above error text in the #speech channel on the lbry slack');