From 753604c8881611b94a3d8804e5c15443579a2ee2 Mon Sep 17 00:00:00 2001 From: lianahus Date: Wed, 24 Mar 2021 10:54:39 +0100 Subject: [PATCH] edited the text of modal for migration --- apps/remix-ide/src/app/ui/landing-page/landing-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4ab64b7468..4bddb8e977 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 @@ -389,7 +389,7 @@ export class LandingPage extends ViewPlugin { const migrateWorkspace = async () => { modalDialog( 'File system Migration', - yo`'Do you want to save your files first?'`, + yo`'Do you want to download your files to local device first?'`, { label: 'Download und Migrate', fn: async () => { await downloadFiles() }