update labels

pull/2584/head
yann300 2 years ago
parent dbed44a345
commit f155b64a98
  1. 4
      libs/remix-ui/run-tab/src/lib/components/environment.tsx

@ -31,7 +31,7 @@ export function EnvironmentUI (props: EnvironmentProps) {
<label id="selectExEnv" className="udapp_settingsLabel"> <label id="selectExEnv" className="udapp_settingsLabel">
Environment <OverlayTrigger placement={'right'} overlay={ Environment <OverlayTrigger placement={'right'} overlay={
<Tooltip className="text-nowrap" id="info-recorder"> <Tooltip className="text-nowrap" id="info-recorder">
<span>Click here to open chainlist and add a new provider for the chain you want to interact to.</span> <span>Open chainlist and add a new provider for the chain you want to interact to.</span>
</Tooltip> </Tooltip>
}> }>
<a href='https://chainlist.org/' target='_blank'><i style={{ fontSize: 'medium' }} className={'ml-2 fad fa-plug'} aria-hidden="true"></i></a> <a href='https://chainlist.org/' target='_blank'><i style={{ fontSize: 'medium' }} className={'ml-2 fad fa-plug'} aria-hidden="true"></i></a>
@ -45,7 +45,7 @@ export function EnvironmentUI (props: EnvironmentProps) {
{ currentProvider && currentProvider.content } { currentProvider && currentProvider.content }
{ currentProvider && bridges[currentProvider.value] && <OverlayTrigger placement={'right'} overlay={ { currentProvider && bridges[currentProvider.value] && <OverlayTrigger placement={'right'} overlay={
<Tooltip className="text-nowrap" id="info-recorder"> <Tooltip className="text-nowrap" id="info-recorder">
<span>Click here to open a bridge.</span> <span>Click to open a bridge for converting L1 mainnet ETH to the selected network currency.</span>
</Tooltip> </Tooltip>
}> }>
<i style={{ fontSize: 'medium' }} className={'ml-2 fal fa-plug'} aria-hidden="true" onClick={() => { window.open(bridges[currentProvider.value], '_blank') }}></i> <i style={{ fontSize: 'medium' }} className={'ml-2 fal fa-plug'} aria-hidden="true" onClick={() => { window.open(bridges[currentProvider.value], '_blank') }}></i>

Loading…
Cancel
Save