edited the text of modal for migration

pull/5370/head
lianahus 4 years ago
parent c6930992bc
commit 753604c888
  1. 2
      apps/remix-ide/src/app/ui/landing-page/landing-page.js

@ -389,7 +389,7 @@ export class LandingPage extends ViewPlugin {
const migrateWorkspace = async () => { const migrateWorkspace = async () => {
modalDialog( modalDialog(
'File system Migration', 'File system Migration',
yo`<span>'Do you want to save your files first?'</span>`, yo`<span>'Do you want to download your files to local device first?'</span>`,
{ {
label: 'Download und Migrate', label: 'Download und Migrate',
fn: async () => { await downloadFiles() } fn: async () => { await downloadFiles() }

Loading…
Cancel
Save