Skip to content

Commit

Permalink
tooltips updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Sep 23, 2024
1 parent 23379a5 commit b24a1a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/remix-ide/src/app/tabs/locales/en/udapp.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

"udapp._comment_instanceContainerUI.tsx": "libs/remix-ui/run-tab/src/lib/components/instanceContainerUI.tsx",
"udapp.deployedContracts": "Deployed Contracts",
"udapp.deployAndRunClearInstances": "Delete all deployed contracts (including pinned) and reset recorder",
"udapp.deployAndRunClearInstances": "Clear all deployed contracts (including pinned) and reset recorder",
"udapp.deployAndRunNoInstanceText": "Currently you have no unpinned contracts to interact with.",
"udapp.tooltipText6": "Autogenerated generic user interfaces for interaction with deployed contracts",

Expand Down Expand Up @@ -108,9 +108,9 @@
"udapp.tooltipText13": "Deployed {date}",

"udapp._comment_universalDappUI.tsx": "libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx",
"udapp.tooltipTextRemove": "Remove permanently from the list",
"udapp.tooltipTextRemove": "Permanently remove from the list",
"udapp.tooltipTextEdit": "Create a DApp using this contract in the main panel",
"udapp.tooltipTextPin": "Pin contract for select workspace and network to persist after reload",
"udapp.tooltipTextPin": "Pin contract for current workspace and network to persist after reload",
"udapp.tooltipText8": "Click for docs about using 'receive'/'fallback'",
"udapp.tooltipText9": "The Calldata to send to fallback function of the contract.",
"udapp.tooltipText10": "Send data to contract.",
Expand Down

0 comments on commit b24a1a0

Please sign in to comment.