From 73fc01df06f5b88d7c25d8719877c6c2663787f2 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Thu, 22 Aug 2024 17:01:33 +0100 Subject: [PATCH] change text in dropdown --- apps/remix-ide/src/app/tabs/locales/en/filePanel.json | 2 +- libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/remix-ide/src/app/tabs/locales/en/filePanel.json b/apps/remix-ide/src/app/tabs/locales/en/filePanel.json index 6b02520e94..1e0a2e00df 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/filePanel.json +++ b/apps/remix-ide/src/app/tabs/locales/en/filePanel.json @@ -92,7 +92,7 @@ "filePanel.cancel": "Cancel", "filePanel.selectFolder": "Select or create folder", "filePanel.createNewWorkspace": "create a new workspace", - "filePanel.connectToLocalhost": "connect to localhost", + "filePanel.connectToLocalhost": "connect to Local Filesystem", "filePanel.copiedToClipboard": "Copied to clipboard {path}", "filePanel.downloadFailed": "Download Failed", "filePanel.downloadFailedMsg": "Unexpected error while downloading: {error}", diff --git a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx index 6260ce0404..254b4f1dc1 100644 --- a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx +++ b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx @@ -1045,7 +1045,6 @@ export function Workspace() { { currentWorkspace !== LOCALHOST && - } {