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 bd6389cb30..dc76b8d547 100644
--- a/apps/remix-ide/src/app/tabs/locales/en/home.json
+++ b/apps/remix-ide/src/app/tabs/locales/en/home.json
@@ -47,7 +47,7 @@
"home.remixTwitterProfile": "Remix Twitter Profile",
"home.remixLinkedinProfile": "Remix Linkedin Profile",
"home.remixMediumPosts": "Remix Medium Posts",
- "home.remixGitterChannel": "Join us on Discord",
+ "home.joinUsOnDiscord": "Join us on Discord",
"home.nativeIDE": "The Native IDE for Web3 Development.",
"home.website": "Website",
"home.documentation": "Documentation",
@@ -57,7 +57,10 @@
"home.files": "Files",
"home.newFile": "New File",
"home.openFile": "Open File",
- "home.connectToLocalhost": "Access File System",
+ "home.accessFileSystem": "Access File System",
"home.loadFrom": "Load from",
- "home.resources": "Resources"
+ "home.resources": "Resources",
+ "home.connectToLocalhost": "Connect to Localhost",
+ "home.seeAllTutorials": "See all tutorials",
+ "home.maintainedByRemix": "Maintained by Remix"
}
diff --git a/libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx b/libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx
index 3f406667c7..3f187e57d5 100644
--- a/libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx
+++ b/libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx
@@ -203,11 +203,11 @@ function HomeTabFile({plugin}: HomeTabFileProps) {
placement={'top'}
tooltipId="overlay-tooltip"
tooltipClasses="text-nowrap"
- tooltipText={'Connect to Localhost'}
+ tooltipText={}
tooltipTextClasses="border bg-light text-dark p-1 pr-3"
>
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 ee851f164f..6bda55afb3 100644
--- a/libs/remix-ui/home-tab/src/lib/components/homeTabLearn.tsx
+++ b/libs/remix-ui/home-tab/src/lib/components/homeTabLearn.tsx
@@ -56,7 +56,7 @@ function HomeTabLearn({plugin}: HomeTabLearnProps) {
placement={'top'}
tooltipId="overlay-tooltip"
tooltipClasses="text-nowrap"
- tooltipText={'See all tutorials'}
+ tooltipText={}
tooltipTextClasses="border bg-light text-dark p-1 pr-3"
>
}
+ tooltipText={}
tooltipTextClasses="border bg-light text-dark p-1 pr-3"
>