From 2e23b58d8f43fcede24a29e00cfb66dbc45d8945 Mon Sep 17 00:00:00 2001 From: drafish Date: Tue, 4 Jun 2024 10:49:52 +0800 Subject: [PATCH] update udapp.tooltipTextEdit --- apps/remix-ide/src/app/tabs/locales/en/udapp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/tabs/locales/en/udapp.json b/apps/remix-ide/src/app/tabs/locales/en/udapp.json index ef43397caa..bd9ff8b6d7 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/udapp.json +++ b/apps/remix-ide/src/app/tabs/locales/en/udapp.json @@ -109,7 +109,7 @@ "udapp._comment_universalDappUI.tsx": "libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx", "udapp.tooltipTextRemove": "Remove from the list", - "udapp.tooltipTextEdit": "Create Dapp with QuickDapp in the main panel", + "udapp.tooltipTextEdit": "Create a DApp using this contract in the main panel", "udapp.tooltipTextPin": "Pin contract", "udapp.tooltipText8": "Click for docs about using 'receive'/'fallback'", "udapp.tooltipText9": "The Calldata to send to fallback function of the contract.",