mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Provide tooltip for 1559 Gas Price field (#11436)
This commit is contained in:
parent
932444c355
commit
e097a02607
@ -647,6 +647,9 @@
|
||||
"editGasMedium": {
|
||||
"message": "Medium"
|
||||
},
|
||||
"editGasPriceTooltip": {
|
||||
"message": "This network uses an older version of gas pricing which requires a “Gas price” field. Gas price is the maximum amount you are willing to pay per unit of gas."
|
||||
},
|
||||
"editGasTitle": {
|
||||
"message": "Edit gas fee"
|
||||
},
|
||||
|
@ -85,7 +85,7 @@ export default function AdvancedGasControls() {
|
||||
titleText={t('gasPrice')}
|
||||
titleUnit="(GWEI)"
|
||||
onChange={setGasPrice}
|
||||
tooltipText=""
|
||||
tooltipText={t('editGasPriceTooltip')}
|
||||
titleDetailText=""
|
||||
value={gasPrice}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user