Commit 7525bd33 authored by yann300's avatar yann300

update message

parent 7670a406
...@@ -559,7 +559,7 @@ export const FileExplorer = (props: FileExplorerProps) => { ...@@ -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
}, { }, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment