diff --git a/js/interface_common.js b/js/interface_common.js index 6280e04..83e4dbc 100644 --- a/js/interface_common.js +++ b/js/interface_common.js @@ -952,7 +952,10 @@ function applyShortenedURI(short, uriAndMimetype) { previewContainer.append(startTorrentLink); } } else { - previewContainer.text(polyglot.t('Enable WebTorrent support in options page to display this content')); + var enableWebTorrentWarning = $('' + + polyglot.t('Enable WebTorrent support in options page to display this content') + + ''); + previewContainer.append(enableWebTorrentWarning); } } }