We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb14ec5 commit 179ff24Copy full SHA for 179ff24
ui/pages/confirmations/components/edit-gas-fee-button/edit-gas-fee-button.js
@@ -114,7 +114,7 @@ export default function EditGasFeeButton({ userAcknowledgedGasMissing }) {
114
</Text>
115
)}
116
<Text variant={TextVariant.bodySm} as="h6">
117
- <b>{t('maxBaseFee')}</b> {maxFeePerGas}
+ <b>{t('maxFee')}</b> {maxFeePerGas}
118
119
120
<b>{t('maxPriorityFee')}</b> {maxPriorityFeePerGas}
0 commit comments