1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

replace strong with new Text as="strong"

This commit is contained in:
Matthias Kretschmann 2023-04-27 13:17:34 +02:00 committed by georgewrmarshall
parent 568a93213c
commit e0c6db351c
No known key found for this signature in database
GPG Key ID: 2B91E142BECFA237

View File

@ -104,7 +104,9 @@ const CancelSpeedupPopover = () => {
className="cancel-speedup-popover__description"
>
{t('cancelSpeedUpLabel', [
<strong key="cancelSpeedupReplace">{t('replace')}</strong>,
<Text as="strong" key="cancelSpeedupCancel">
{t('replace')}
</Text>,
])}
<InfoTooltip
position="top"