update title & instructions for environment list

pull/5014/head
ryestew 4 months ago committed by Aniket
parent 3f32f99e9f
commit 2e81ea7e4b
  1. 4
      apps/remix-ide/src/app/providers/environment-explorer.tsx
  2. 2
      libs/remix-ui/run-tab/src/lib/components/environment.tsx

@ -15,7 +15,7 @@ const profile = {
name: 'environmentExplorer',
displayName: 'Environment Explorer',
icon: 'assets/img/EnvironmentExplorerLogo.webp',
description: 'Explore providers and customize web3 provider list',
description: 'Customize the Environments list in Deploy & Run',
location: 'mainPanel',
documentation: 'https://remix-ide.readthedocs.io/en/latest/run.html',
version: packageJson.version,
@ -96,7 +96,7 @@ export class EnvironmentExplorer extends ViewPlugin {
showUntagged={true}
showPin={true}
title={profile.description}
description="Choose how you would like to interact with a chain."
description="Pin the providers and chains to included them in the ENVIRONMENT select box of the Deploy & Run Transactions module."
>
<RemixUIGridSection
plugin={this}

@ -114,7 +114,7 @@ export function EnvironmentUI(props: EnvironmentProps) {
data-id={`dropdown-item-another-chain`}
>
<span className="">
Pin another chain...
Customize this list...
</span>
</Dropdown.Item>
</Dropdown.Menu>

Loading…
Cancel
Save