Unverified Commit d1e7c4ee authored by David Disu's avatar David Disu Committed by GitHub

Update publish to gist modal with workspace name. (#968)

parent f7df3e6e
...@@ -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 publish all your files in browser directory anonymously 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? Note: this will not include directories.`, {
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