1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Provide tooltip for 1559 Gas Price field (#11436)

This commit is contained in:
David Walsh 2021-07-02 14:07:34 -05:00 committed by GitHub
parent 932444c355
commit e097a02607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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"
},

View File

@ -85,7 +85,7 @@ export default function AdvancedGasControls() {
titleText={t('gasPrice')}
titleUnit="(GWEI)"
onChange={setGasPrice}
tooltipText=""
tooltipText={t('editGasPriceTooltip')}
titleDetailText=""
value={gasPrice}
/>