Skip to content

Commit 0dc23ab

Browse files
maczniakHowardBrahamlegobeatbrad-deckerdigiwand
authored
fix: misleading gas fee label in UI (#22434)
The UI label for max ~~base~~ fee per gas is "Max base fee" (key `maxBaseFee`). I correct this label to "Max fee" (key `maxFee`). Thank Hee Jung Sonny Son for reporting! Co-authored-by: Howard Braham <howrad@gmail.com> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: Brad Decker <bhdecker84@gmail.com> Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
1 parent 0b0bf11 commit 0dc23ab

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)