Skip to content

Commit 179ff24

Browse files
committed
fix: misleading gas fee label in UI
1 parent cb14ec5 commit 179ff24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/pages/confirmations/components/edit-gas-fee-button/edit-gas-fee-button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default function EditGasFeeButton({ userAcknowledgedGasMissing }) {
114114
</Text>
115115
)}
116116
<Text variant={TextVariant.bodySm} as="h6">
117-
<b>{t('maxBaseFee')}</b> {maxFeePerGas}
117+
<b>{t('maxFee')}</b> {maxFeePerGas}
118118
</Text>
119119
<Text variant={TextVariant.bodySm} as="h6">
120120
<b>{t('maxPriorityFee')}</b> {maxPriorityFeePerGas}

0 commit comments

Comments
 (0)