Skip to content

Commit

Permalink
update title & instructions for environment list
Browse files Browse the repository at this point in the history
  • Loading branch information
ryestew committed Jul 17, 2024
1 parent 3f32f99 commit 4d256df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/remix-ide/src/app/providers/environment-explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion libs/remix-ui/run-tab/src/lib/components/environment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4d256df

Please sign in to comment.