tooltip update

pull/5370/head
Aniket-Engg 2 years ago committed by Aniket
parent bb85f07cde
commit ebf256e9b8
  1. 4
      apps/remix-ide/src/app/tabs/locales/en/filePanel.json
  2. 4
      libs/remix-ui/workspace/src/lib/components/file-explorer-menu.tsx

@ -39,8 +39,8 @@
"filePanel.paste": "Paste", "filePanel.paste": "Paste",
"filePanel.compile": "Compile", "filePanel.compile": "Compile",
"filePanel.compileForNahmii": "Compile for Nahmii", "filePanel.compileForNahmii": "Compile for Nahmii",
"filePanel.createNewFile": "Create New File", "filePanel.createNewFile": "Create new file",
"filePanel.createNewFolder": "Create New Folder", "filePanel.createNewFolder": "Create new folder",
"filePanel.publishToGist": "Publish current workspace to GitHub gist", "filePanel.publishToGist": "Publish current workspace to GitHub gist",
"filePanel.uploadFile": "Upload files into current workspace", "filePanel.uploadFile": "Upload files into current workspace",
"filePanel.uploadFolder": "Upload folder into current workspace", "filePanel.uploadFolder": "Upload folder into current workspace",

@ -10,13 +10,13 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => {
menuItems: [ menuItems: [
{ {
action: 'createNewFile', action: 'createNewFile',
title: 'Create New File', title: 'Create new file',
icon: 'far fa-file', icon: 'far fa-file',
placement: 'top' placement: 'top'
}, },
{ {
action: 'createNewFolder', action: 'createNewFolder',
title: 'Create New Folder', title: 'Create new folder',
icon: 'far fa-folder', icon: 'far fa-folder',
placement: 'top' placement: 'top'
}, },

Loading…
Cancel
Save