From a2c322d898c7603a2f1677c193f86fdb419745ca Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 3 Mar 2022 19:59:53 +0100 Subject: [PATCH] Update constants.ts --- libs/remix-ui/settings/src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ui/settings/src/lib/constants.ts b/libs/remix-ui/settings/src/lib/constants.ts index f79b1e2e7b..9219ffff63 100644 --- a/libs/remix-ui/settings/src/lib/constants.ts +++ b/libs/remix-ui/settings/src/lib/constants.ts @@ -9,7 +9,7 @@ export const gitAccessTokenText2 = 'Go to github token page (link below) to crea export const gitAccessTokenLink = 'https://github.com/settings/tokens' export const etherscanTokenTitle = 'EtherScan Access Token' export const etherscanTokenLink = 'https://etherscan.io/myapikey' -export const etherscanAccessTokenText = 'Manage the api key token used to interact with Etherscan.' +export const etherscanAccessTokenText = 'Manage the api key used to interact with Etherscan.' export const etherscanAccessTokenText2 = 'Go to Etherscan api key page (link below) to create a new api key and save it in Remix.' export const ethereunVMText = 'Always use Javascript VM at load' export const wordWrapText = 'Word wrap in editor'