diff --git a/build.js b/build.js index c8531c0..eddddf1 100644 --- a/build.js +++ b/build.js @@ -100,7 +100,7 @@ getCached().then(cached => { const lowerCaseName = addonManifest.name.toLowerCase() const keywordsForAddonPage = config['addon-keywords'].split('{}').join(lowerCaseName) - const installButton = !(addonManifest.behaviorHints || {}).configurationRequire ? 'Install Install (Web) Copy Link' : ''; + const installButton = !(addonManifest.behaviorHints || {}).configurationRequire ? 'Install Install (Web) Copy Link' : ''; const configButton = (addonManifest.behaviorHints || {}).configurable ? 'Configure' : '' const commentsButton = task.commentCount ? ` ${task.commentCount}` : '' const language = task.language && task.language !== 'Multilingual' && task.language !== 'None' ? `
${task.language} Content
` : ''