Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored and Aniket-Engg committed Nov 8, 2023
1 parent 93781b7 commit 266b0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/remix-ui/run-tab/src/lib/components/mainnet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function MainnetPrompt(props: MainnetProps) {
const onMaxFeeChange = (value: string) => {
const maxFee = value
if (toBigInt(props.network.lastBlock.baseFeePerGas) > toBigInt(toWei(maxFee, 'Gwei'))) {
setTransactionFee(intl.formatMessage({id: 'udapp.transactionFeeText'}))
setTransactionFee(intl.formatMessage({id: 'udapp.transactionFee'}))
props.updateGasPriceStatus(false)
props.updateConfirmSettings(true)
return
Expand Down

0 comments on commit 266b0a2

Please sign in to comment.