diff --git a/src/views/Login.js b/src/views/Login.js index 6376499a..a3a0ec68 100644 --- a/src/views/Login.js +++ b/src/views/Login.js @@ -123,17 +123,6 @@ const Login = () => { const parsedPhrase = seedPhrase.trim().split(/\s+/g); const isValid = parsedPhrase.length === 24; - const env = process.env.BASE_PATH; - const htmlMigrationContent = ( - - ); - return (
{ {MIGRATION_INFO_URL} - - {htmlMigrationContent} + + {translate('Login.migrationText2')}