|
|
|
@ -331,7 +331,6 @@ export default class ConfirmTransactionBase extends Component { |
|
|
|
|
<InfoTooltip |
|
|
|
|
contentText={t('transactionDetailDappGasTooltip')} |
|
|
|
|
position="top" |
|
|
|
|
iconFillColor="#f66a0a" |
|
|
|
|
> |
|
|
|
|
<i className="fa fa-info-circle" /> |
|
|
|
|
</InfoTooltip> |
|
|
|
@ -379,7 +378,9 @@ export default class ConfirmTransactionBase extends Component { |
|
|
|
|
hideLabel |
|
|
|
|
/> |
|
|
|
|
} |
|
|
|
|
subText={t('editGasSubTextFee', [ |
|
|
|
|
subText={ |
|
|
|
|
<strong> |
|
|
|
|
{t('editGasSubTextFee', [ |
|
|
|
|
<UserPreferencedCurrencyDisplay |
|
|
|
|
key="gas-subtext" |
|
|
|
|
type={SECONDARY} |
|
|
|
@ -390,6 +391,8 @@ export default class ConfirmTransactionBase extends Component { |
|
|
|
|
hideLabel |
|
|
|
|
/>, |
|
|
|
|
])} |
|
|
|
|
</strong> |
|
|
|
|
} |
|
|
|
|
subTitle={ |
|
|
|
|
<GasTiming |
|
|
|
|
maxPriorityFeePerGas={txData.txParams.maxPriorityFeePerGas} |
|
|
|
@ -418,7 +421,9 @@ export default class ConfirmTransactionBase extends Component { |
|
|
|
|
secondaryTotalTextOverride || |
|
|
|
|
t('transactionDetailGasTotalSubtitle') |
|
|
|
|
} |
|
|
|
|
subText={t('editGasSubTextAmount', [ |
|
|
|
|
subText={ |
|
|
|
|
<strong> |
|
|
|
|
{t('editGasSubTextAmount', [ |
|
|
|
|
<UserPreferencedCurrencyDisplay |
|
|
|
|
key="gas-total-subtext" |
|
|
|
|
type={SECONDARY} |
|
|
|
@ -432,6 +437,8 @@ export default class ConfirmTransactionBase extends Component { |
|
|
|
|
hideLabel |
|
|
|
|
/>, |
|
|
|
|
])} |
|
|
|
|
</strong> |
|
|
|
|
} |
|
|
|
|
/>, |
|
|
|
|
]} |
|
|
|
|
/> |
|
|
|
|