diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index bf51a59ce..dfeedf357 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -704,7 +704,7 @@ "message": "Unknown processing time" }, "editGasTooLowTooltip": { - "message": "Your max fee is low for current market conditions. We don’t know when (or if) your transaction will be processed." + "message": "Your max fee or max priority fee may be low for current market conditions. We don't know when (or if) your transaction will be processed. " }, "editGasTotalBannerSubtitle": { "message": "Up to $1 ($2)", diff --git a/ui/hooks/useGasFeeInputs.js b/ui/hooks/useGasFeeInputs.js index 89a50118d..8dda30e21 100644 --- a/ui/hooks/useGasFeeInputs.js +++ b/ui/hooks/useGasFeeInputs.js @@ -467,7 +467,7 @@ export function useGasFeeInputs( gasFeeEstimates?.low?.suggestedMaxFeePerGas, ) ) { - gasErrors.maxFee = GAS_FORM_ERRORS.MAX_FEE_TOO_LOW; + gasWarnings.maxFee = GAS_FORM_ERRORS.MAX_FEE_TOO_LOW; } else if ( gasFeeEstimates?.high && bnGreaterThan(