change text in dropdown

pull/5248/head
Joseph Izang 3 months ago committed by Aniket
parent bc238428b6
commit 73fc01df06
  1. 2
      apps/remix-ide/src/app/tabs/locales/en/filePanel.json
  2. 1
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -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}",

@ -1045,7 +1045,6 @@ export function Workspace() {
<Dropdown.Menu as={CustomMenu} className="w-100 custom-dropdown-items" data-id="custom-dropdown-items">
{
currentWorkspace !== LOCALHOST && <CreateDropDownMenuItem />
}
<Dropdown.Item
onClick={() => {

Loading…
Cancel
Save