From 213804829cb2b8e245900d10681e41091cc7ee81 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 24 Mar 2021 11:32:18 +0100 Subject: [PATCH] typo --- apps/remix-ide/src/app/ui/landing-page/landing-page.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/remix-ide/src/app/ui/landing-page/landing-page.js b/apps/remix-ide/src/app/ui/landing-page/landing-page.js index 6acf7d65da..86fe0bc98e 100644 --- a/apps/remix-ide/src/app/ui/landing-page/landing-page.js +++ b/apps/remix-ide/src/app/ui/landing-page/landing-page.js @@ -2,7 +2,6 @@ import * as packageJson from '../../../../../../package.json' import { ViewPlugin } from '@remixproject/engine-web' import { migrateToWorkspace } from '../../../migrateFileSystem' import JSZip from "jszip" -import { fips } from 'crypto' const yo = require('yo-yo') const csjs = require('csjs-inject') @@ -415,7 +414,7 @@ export class LandingPage extends ViewPlugin { 'File system Migration', yo`'Do you want to download your files to local device first?'`, { - label: 'Download und Migrate', + label: 'Download and Migrate', fn: async () => { await downloadFiles() migrate()