From 7954cf23dbf2fd64c2a36260f70a674234b4c6a4 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Wed, 28 Dec 2022 12:18:41 +0100 Subject: [PATCH] change keys in home.json --- apps/remix-ide/src/app/tabs/locales/en/home.json | 10 +++++----- .../home-tab/src/lib/components/homeTabLearn.tsx | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/remix-ide/src/app/tabs/locales/en/home.json b/apps/remix-ide/src/app/tabs/locales/en/home.json index 48509b2187..fad7729185 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/home.json +++ b/apps/remix-ide/src/app/tabs/locales/en/home.json @@ -33,12 +33,12 @@ "home.gnosisSafeMultisigTemplateDesc": "Create Multi-Signature wallets using this template.", "home.zeroxErc20TemplateDesc": "Create an ERC20 token by importing 0xProject contract.", "home.learn": "Learn", - "home.remixBasics": "Remix Basics", - "home.remixBasicsDesc":"Introduction to Remix's interface and concepts used in Ethereum, as well as the basics of Solidity.", - "home.remixIntermediate": "Remix Intermediate", - "home.remixIntermediateDesc": "Using the web3.js to interact with a contract. Using Recorder tool.", + "home.learnEth1": "Intro to Solidity", + "home.learnEth1Desc":"An introduction to Remix's interface and basic operations.", + "home.learnEth2": "Intro to Solidity", + "home.learnEth2Desc": "Interactively learn the Solidity beginner concepts.", "home.remixAdvanced": "Remix Advanced", - "home.remixAdvancedDesc": "Learn the Proxy Pattern and working with Libraries in Remix. Learn to use the Debugger.", + "home.remixAdvancedDesc": "Learn to deploy with Libraries", "home.remixYoutubePlaylist": "Remix Youtube Playlist", "home.remixTwitterProfile": "Remix Twitter Profile", "home.remixLinkedinProfile": "Remix Linkedin Profile", diff --git a/libs/remix-ui/home-tab/src/lib/components/homeTabLearn.tsx b/libs/remix-ui/home-tab/src/lib/components/homeTabLearn.tsx index 5f3ba436d5..f91c78f979 100644 --- a/libs/remix-ui/home-tab/src/lib/components/homeTabLearn.tsx +++ b/libs/remix-ui/home-tab/src/lib/components/homeTabLearn.tsx @@ -56,11 +56,11 @@ function HomeTabLearn ({plugin}: HomeTabLearnProps) {