From d767b272edbae5913b1805e4545f5019093dc3aa Mon Sep 17 00:00:00 2001 From: ryestew Date: Tue, 13 Jun 2023 14:22:01 -0400 Subject: [PATCH] update tooltip --- apps/remix-ide/src/app/tabs/locales/en/debugger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/tabs/locales/en/debugger.json b/apps/remix-ide/src/app/tabs/locales/en/debugger.json index 2a7d40f1da..87c22efd60 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/debugger.json +++ b/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" }