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:
parent
568a93213c
commit
e0c6db351c
@ -104,7 +104,9 @@ const CancelSpeedupPopover = () => {
|
|||||||
className="cancel-speedup-popover__description"
|
className="cancel-speedup-popover__description"
|
||||||
>
|
>
|
||||||
{t('cancelSpeedUpLabel', [
|
{t('cancelSpeedUpLabel', [
|
||||||
<strong key="cancelSpeedupReplace">{t('replace')}</strong>,
|
<Text as="strong" key="cancelSpeedupCancel">
|
||||||
|
{t('replace')}
|
||||||
|
</Text>,
|
||||||
])}
|
])}
|
||||||
<InfoTooltip
|
<InfoTooltip
|
||||||
position="top"
|
position="top"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user