remove current

pull/5370/head
aniket-engg 4 years ago committed by Aniket
parent 7acef78a9a
commit 0126e6a19a
  1. 4
      libs/remix-ui/file-explorer/src/lib/file-explorer-menu.tsx

@ -16,12 +16,12 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => {
},
{
action: 'publishToGist',
title: 'Publish all the current workspace files (only root) to a github gist',
title: 'Publish all the workspace files (only root) to a github gist',
icon: 'fab fa-github'
},
{
action: 'uploadFile',
title: 'Load a local file into current workspace',
title: 'Load a local file into workspace',
icon: 'fa fa-upload'
},
{

Loading…
Cancel
Save