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 952a1fd commit 08b954aCopy full SHA for 08b954a
libs/remix-ui/run-tab/src/lib/components/mainnet.tsx
@@ -27,7 +27,7 @@ export function MainnetPrompt(props: MainnetProps) {
27
const onMaxFeeChange = (value: string) => {
28
const maxFee = value
29
if (toBigInt(props.network.lastBlock.baseFeePerGas) > toBigInt(toWei(maxFee, 'Gwei'))) {
30
- setTransactionFee(intl.formatMessage({id: 'udapp.transactionFeeText'}))
+ setTransactionFee(intl.formatMessage({id: 'udapp.transactionFee'}))
31
props.updateGasPriceStatus(false)
32
props.updateConfirmSettings(true)
33
return
0 commit comments