Commit 21380482 authored by yann300's avatar yann300

typo

parent af2aefd3
...@@ -2,7 +2,6 @@ import * as packageJson from '../../../../../../package.json' ...@@ -2,7 +2,6 @@ import * as packageJson from '../../../../../../package.json'
import { ViewPlugin } from '@remixproject/engine-web' import { ViewPlugin } from '@remixproject/engine-web'
import { migrateToWorkspace } from '../../../migrateFileSystem' import { migrateToWorkspace } from '../../../migrateFileSystem'
import JSZip from "jszip" import JSZip from "jszip"
import { fips } from 'crypto'
const yo = require('yo-yo') const yo = require('yo-yo')
const csjs = require('csjs-inject') const csjs = require('csjs-inject')
...@@ -415,7 +414,7 @@ export class LandingPage extends ViewPlugin { ...@@ -415,7 +414,7 @@ export class LandingPage extends ViewPlugin {
'File system Migration', 'File system Migration',
yo`<span>'Do you want to download your files to local device first?'</span>`, yo`<span>'Do you want to download your files to local device first?'</span>`,
{ {
label: 'Download und Migrate', label: 'Download and Migrate',
fn: async () => { fn: async () => {
await downloadFiles() await downloadFiles()
migrate() migrate()
......
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