Provide tooltip for 1559 Gas Price field (#11436)

feature/default_network_editable
David Walsh 3 years ago committed by GitHub
parent 932444c355
commit e097a02607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/_locales/en/messages.json
  2. 2
      ui/components/app/advanced-gas-controls/advanced-gas-controls.component.js

@ -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…
Cancel
Save