update message

pull/982/head
yann300 4 years ago
parent 36de70d3f7
commit 8407abb5cd
  1. 2
      libs/remix-ui/file-explorer/src/lib/file-explorer.tsx

@ -559,7 +559,7 @@ export const FileExplorer = (props: FileExplorerProps) => {
}
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',
fn: toGist
}, {

Loading…
Cancel
Save