fix tooltips

pull/5248/head
aniket-engg 2 months ago committed by Aniket
parent 80da8a90f7
commit bcf6730de3
  1. 1
      apps/remix-ide/src/app/tabs/locales/en/filePanel.json
  2. 2
      libs/remix-ui/workspace/src/lib/components/file-explorer-menu.tsx

@ -29,6 +29,7 @@
"filePanel.workspace.chooseTemplate": "Choose a template", "filePanel.workspace.chooseTemplate": "Choose a template",
"filePanel.workspace.backup": "Backup All Workspaces", "filePanel.workspace.backup": "Backup All Workspaces",
"filePanel.workspace.restore": "Restore Workspaces from the Backup", "filePanel.workspace.restore": "Restore Workspaces from the Backup",
"filePanel.workspace.localFileSystem": "Connect to Local Filesystem using Remixd",
"filePanel.workspace.clone": "Clone Git Repository", "filePanel.workspace.clone": "Clone Git Repository",
"filePanel.workspace.cloneMessage": "Please provide a valid git repository url.", "filePanel.workspace.cloneMessage": "Please provide a valid git repository url.",
"filePanel.workspace.enterGitUrl": "Enter git repository url", "filePanel.workspace.enterGitUrl": "Enter git repository url",

@ -56,7 +56,7 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => {
}, },
{ {
action: 'connectToLocalFileSystem', action: 'connectToLocalFileSystem',
title: 'Connect to local filesystem with remixd', title: 'Connect to local filesystem using remixd',
icon: 'fa-solid fa-desktop', icon: 'fa-solid fa-desktop',
placement: 'top', placement: 'top',
platforms: [appPlatformTypes.web] platforms: [appPlatformTypes.web]

Loading…
Cancel
Save