Skip to content

Commit 8bcfb08

Browse files
ioedeveloperyann300
authored andcommitted
Update modal tooltip
1 parent 13ebae2 commit 8bcfb08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/remix-dapp/src/locales/en/udapp.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"udapp.environmentDocs": "Click for docs about Environment",
8686
"udapp.tooltipText2": "Open chainlist.org and get the connection specs of the chain you want to interact with.",
8787
"udapp.tooltipText3": "Click to open a bridge for converting L1 mainnet ETH to the selected network currency.",
88+
"udapp.tooltipText14": "Click to open a wallet connect modal.",
8889

8990
"udapp._comment_instanceContainerUI.tsx": "libs/remix-ui/run-tab/src/lib/components/instanceContainerUI.tsx",
9091
"udapp.deployedContracts": "Deployed Contracts",

libs/remix-ui/run-tab/src/lib/components/dropdownLabel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function DropdownLabel({ label, bridges, currentProvider, chainId, runTab
5050
</CustomTooltip>
5151
</RenderIf>
5252
<RenderIf condition={runTabState.selectExEnv === 'walletconnect'}>
53-
<CustomTooltip placement={'auto-end'} tooltipClasses="text-nowrap" tooltipId="info-recorder" tooltipText={<FormattedMessage id="udapp.tooltipText3" />}>
53+
<CustomTooltip placement={'auto-end'} tooltipClasses="text-nowrap" tooltipId="info-walletconnect" tooltipText={<FormattedMessage id="udapp.tooltipText14" />}>
5454
<i
5555
style={{ fontSize: 'medium' }}
5656
className={'ml-1 fa fa-wallet'}

0 commit comments

Comments
 (0)