diff --git a/SignItVideosGallery.js b/SignItVideosGallery.js index 5a590f8..e535fdb 100644 --- a/SignItVideosGallery.js +++ b/SignItVideosGallery.js @@ -24,7 +24,7 @@ SignItVideosGallery.prototype.refresh = async function ( files ) { var banana = { i18n: (msg, url, speaker,index, total) => { let string = sourceMap.get(locale)[msg]; - let Speaker = `${speaker} `; + let Speaker = `${speaker} `; let patterns = ["{{link|$1|$2}}", "$3", "$4"]; let replacements = [Speaker, index, total];