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.cancel": "Cancel",
"filePanel.selectFolder": "Select or create folder", "filePanel.selectFolder": "Select or create folder",
"filePanel.createNewWorkspace": "create a new workspace", "filePanel.createNewWorkspace": "create a new workspace",
"filePanel.connectToLocalhost": "connect to localhost", "filePanel.connectToLocalhost": "connect to Local Filesystem",
"filePanel.copiedToClipboard": "Copied to clipboard {path}", "filePanel.copiedToClipboard": "Copied to clipboard {path}",
"filePanel.downloadFailed": "Download Failed", "filePanel.downloadFailed": "Download Failed",
"filePanel.downloadFailedMsg": "Unexpected error while downloading: {error}", "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"> <Dropdown.Menu as={CustomMenu} className="w-100 custom-dropdown-items" data-id="custom-dropdown-items">
{ {
currentWorkspace !== LOCALHOST && <CreateDropDownMenuItem /> currentWorkspace !== LOCALHOST && <CreateDropDownMenuItem />
} }
<Dropdown.Item <Dropdown.Item
onClick={() => { onClick={() => {

Loading…
Cancel
Save