From 80abd11085e10e7e1238f59d85991f9f03b8b8b5 Mon Sep 17 00:00:00 2001 From: ryestew Date: Wed, 17 Jul 2024 12:45:25 +0200 Subject: [PATCH] update title & instructions for environment list --- apps/remix-ide/src/app/providers/environment-explorer.tsx | 4 ++-- libs/remix-ui/run-tab/src/lib/components/environment.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/remix-ide/src/app/providers/environment-explorer.tsx b/apps/remix-ide/src/app/providers/environment-explorer.tsx index f07246e88f..80fba94dcc 100644 --- a/apps/remix-ide/src/app/providers/environment-explorer.tsx +++ b/apps/remix-ide/src/app/providers/environment-explorer.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." > - Pin another chain... + Customize this list...