diff --git a/public/scripts/extensions/assets/index.js b/public/scripts/extensions/assets/index.js index 8c74f52eb..66f5e55cb 100644 --- a/public/scripts/extensions/assets/index.js +++ b/public/scripts/extensions/assets/index.js @@ -181,6 +181,7 @@ function downloadAssetsList(url) { const displayName = DOMPurify.sanitize(asset['name'] || asset['id']); const description = DOMPurify.sanitize(asset['description'] || ''); const url = isValidUrl(asset['url']) ? asset['url'] : ''; + const title = assetType === 'extension' ? `Extension repo/guide: ${url}` : 'Preview in browser'; const previewIcon = (assetType === 'extension' || assetType === 'character') ? 'fa-arrow-up-right-from-square' : 'fa-headphones-simple'; const assetBlock = $('') @@ -188,7 +189,7 @@ function downloadAssetsList(url) { .append(`