Update constants.ts

pull/2122/head
yann300 3 years ago committed by GitHub
parent f14f6010a2
commit 21a1dab6d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 access token used to interact with Etherscan.'
export const etherscanAccessTokenText = 'Manage the api key token 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'

Loading…
Cancel
Save