diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 1980b529c261..22af6f1dd850 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -3660,9 +3660,6 @@ "message": "$1 is hosted on npm and $2 is this Snap’s unique identifier.", "description": "$1 is the snap name and $2 is the snap NPM id." }, - "metamaskExtension": { - "message": "MetaMask Extension" - }, "metamaskNotificationsAreOff": { "message": "Wallet notifications are currently not active." }, diff --git a/app/_locales/en_GB/messages.json b/app/_locales/en_GB/messages.json index 1980b529c261..22af6f1dd850 100644 --- a/app/_locales/en_GB/messages.json +++ b/app/_locales/en_GB/messages.json @@ -3660,9 +3660,6 @@ "message": "$1 is hosted on npm and $2 is this Snap’s unique identifier.", "description": "$1 is the snap name and $2 is the snap NPM id." }, - "metamaskExtension": { - "message": "MetaMask Extension" - }, "metamaskNotificationsAreOff": { "message": "Wallet notifications are currently not active." }, diff --git a/ui/components/multichain/global-menu/global-menu.tsx b/ui/components/multichain/global-menu/global-menu.tsx index 3ca66f113f92..7be4dae01cd5 100644 --- a/ui/components/multichain/global-menu/global-menu.tsx +++ b/ui/components/multichain/global-menu/global-menu.tsx @@ -37,7 +37,6 @@ import { Popover, PopoverPosition, Tag, - Text, } from '../../component-library'; import { MenuItem } from '../../ui/menu'; @@ -410,12 +409,6 @@ export const GlobalMenu = ({ data-testid="global-menu-expand-view" > {t('openFullScreen')} - - {t('metamaskExtension')} - )} {account &&