tooltip update

mtypes^2
Aniket-Engg 2 years ago committed by Aniket
parent 2822f9738b
commit f362c130c5
  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.compile": "Compile",
"filePanel.compileForNahmii": "Compile for Nahmii",
"filePanel.createNewFile": "Create New File",
"filePanel.createNewFolder": "Create New Folder",
"filePanel.createNewFile": "Create new file",
"filePanel.createNewFolder": "Create new folder",
"filePanel.publishToGist": "Publish current workspace to GitHub gist",
"filePanel.uploadFile": "Upload files into current workspace",
"filePanel.uploadFolder": "Upload folder into current workspace",

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

Loading…
Cancel
Save