update tooltip

pull/3795/head
ryestew 1 year ago committed by yann300
parent ebd3ed7858
commit d767b272ed
  1. 2
      apps/remix-ide/src/app/tabs/locales/en/debugger.json

@ -6,6 +6,6 @@
"debugger.placeholder": "Transaction hash, should start with 0x",
"debugger.debugLocaNodeLabel": "Force using local node",
"debugger.useGeneratedSources": "Use generated sources",
"debugger.debugWithGeneratedSources": "Debug with generated sources",
"debugger.debugWithGeneratedSources": "When checked, debugger will also step through the compiled .yul file if it exists.",
"debugger.introduction": "When Debugging with a transaction hash, if the contract is verified, Remix will try to fetch the source code from Sourcify or Etherscan. Put in your Etherscan API key in the Remix settings. For supported networks, please see"
}

Loading…
Cancel
Save