diff --git a/ui/components/app/nfts-detection-notice/nfts-detection-notice.js b/ui/components/app/nfts-detection-notice/nfts-detection-notice.js index ab7b6365adf8..0ffa849476da 100644 --- a/ui/components/app/nfts-detection-notice/nfts-detection-notice.js +++ b/ui/components/app/nfts-detection-notice/nfts-detection-notice.js @@ -2,11 +2,11 @@ import React from 'react'; import { useHistory } from 'react-router-dom'; import Box from '../../ui/box'; import Dialog from '../../ui/dialog'; -import Typography from '../../ui/typography/typography'; +import { Text } from '../../component-library'; import { - TypographyVariant, - TEXT_ALIGN, - FONT_WEIGHT, + TextVariant, + TextAlign, + FontWeight, DISPLAY, TextColor, } from '../../../helpers/constants/design-system'; @@ -32,22 +32,24 @@ export default function NftsDetectionNotice() { /> - {t('newNFTsDetected')} - - + {t('newNFTDetectedMessage')} - +