update message

pull/5370/head
yann300 4 years ago
parent 374353cceb
commit 32de7fb4b8
  1. 2
      libs/remix-ui/file-explorer/src/lib/file-explorer.tsx

@ -559,7 +559,7 @@ export const FileExplorer = (props: FileExplorerProps) => {
} }
const publishToGist = () => { const publishToGist = () => {
modal('Create a public gist', `Are you sure you want to anonymously publish all your files in the ${name} workspace as a public gist on github.com? Note: this will not include directories.`, { modal('Create a public gist', `Are you sure you want to anonymously publish all your files in the ${name} workspace as a public gist on github.com? This also add an entry named 'project.json' which include all the folders and files.`, {
label: 'OK', label: 'OK',
fn: toGist fn: toGist
}, { }, {

Loading…
Cancel
Save