Skip to content

Commit 08b954a

Browse files
yann300Aniket-Engg
authored andcommitted
fix text
1 parent 952a1fd commit 08b954a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/run-tab/src/lib/components/mainnet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function MainnetPrompt(props: MainnetProps) {
2727
const onMaxFeeChange = (value: string) => {
2828
const maxFee = value
2929
if (toBigInt(props.network.lastBlock.baseFeePerGas) > toBigInt(toWei(maxFee, 'Gwei'))) {
30-
setTransactionFee(intl.formatMessage({id: 'udapp.transactionFeeText'}))
30+
setTransactionFee(intl.formatMessage({id: 'udapp.transactionFee'}))
3131
props.updateGasPriceStatus(false)
3232
props.updateConfirmSettings(true)
3333
return

0 commit comments

Comments
 (0)