pull/4943/head
lianahus 4 months ago
parent b70aacc09b
commit bd37fdb57d
  1. 2
      apps/remix-ide/src/app/tabs/locales/en/home.json
  2. 2
      apps/remix-ide/src/app/tabs/locales/fr/home.json
  3. 2
      apps/walletconnect/src/services/constant.ts

@ -49,7 +49,7 @@
"home.remixLinkedinProfile": "Remix Linkedin Profile",
"home.remixMediumPosts": "Remix Medium Posts",
"home.joinUsOnDiscord": "Join us on Discord",
"home.nativeIDE": "The Ecosystem IDE for Web3 Development.",
"home.nativeIDE": "The Native IDE for Web3 Development.",
"home.website": "Website",
"home.documentation": "Documentation",
"home.remixPlugin": "Remix Plugin",

@ -46,7 +46,7 @@
"home.remixLinkedinProfile": "Remix Linkedin Profile",
"home.remixMediumPosts": "Remix Medium Posts",
"home.remixGitterChannel": "Join us on Discord",
"home.nativeIDE": "The Ecosystem IDE for Web3 Development.",
"home.nativeIDE": "The Native IDE for Web3 Development.",
"home.website": "Website",
"home.documentation": "Documentation",
"home.remixPlugin": "Remix Plugin",

@ -2,7 +2,7 @@
export const PROJECT_ID = WALLET_CONNECT_PROJECT_ID
export const METADATA = {
name: 'Remix IDE',
description: 'The Ecosystem IDE for Web3 Development.',
description: 'The Native IDE for Web3 Development.',
url: 'https://remix.ethereum.org/',
icons: ['https://remix.ethereum.org/favicon.ico'],
}
Loading…
Cancel
Save