diff --git a/src/amo/components/GetFirefoxButton/index.js b/src/amo/components/GetFirefoxButton/index.js index 90a43cfc557..c333050d770 100644 --- a/src/amo/components/GetFirefoxButton/index.js +++ b/src/amo/components/GetFirefoxButton/index.js @@ -154,18 +154,6 @@ export const GetFirefoxButtonBase = ({ const buttonText = supportsRTAMO ? downloadTextForRTAMO : i18n.gettext('Download Firefox'); - let calloutText = - addon.type === ADDON_TYPE_STATIC_THEME - ? i18n.gettext(`You'll need Firefox to use this theme`) - : i18n.gettext(`You'll need Firefox to use this extension`); - if (forIncompatibleAddon) { - calloutText = - addon.type === ADDON_TYPE_STATIC_THEME - ? i18n.gettext('You need an updated version of Firefox for this theme') - : i18n.gettext( - 'You need an updated version of Firefox for this extension', - ); - } const buttonContent = (