From bfa5fe8931897cf57a2af53772593eb18872bf02 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Wed, 18 Jan 2023 16:33:42 +0100 Subject: [PATCH] fix remix basics --- apps/remix-ide/src/app/tabs/locales/en/home.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fad7729185..d45b27442f 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/home.json +++ b/apps/remix-ide/src/app/tabs/locales/en/home.json @@ -33,7 +33,7 @@ "home.gnosisSafeMultisigTemplateDesc": "Create Multi-Signature wallets using this template.", "home.zeroxErc20TemplateDesc": "Create an ERC20 token by importing 0xProject contract.", "home.learn": "Learn", - "home.learnEth1": "Intro to Solidity", + "home.learnEth1": "Remix Basics", "home.learnEth1Desc":"An introduction to Remix's interface and basic operations.", "home.learnEth2": "Intro to Solidity", "home.learnEth2Desc": "Interactively learn the Solidity beginner concepts.",