diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index f0d6be45..ba5d79d6 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -203,6 +203,7 @@ "backendLabel": "Destination Backend URL", "recaptchaLabel": "ReCaptcha Key (Optional)", "toggleLable": "Needs ReCaptcha?", + "loginRequired": "You must be logged in to migrate your data! Please go back and login to continue.", "status": { "error": "Failed to migrate your data. 😿", "success": "Your data has been migrated successfully! 🎉" diff --git a/src/pages/migration/MigrationDirect.tsx b/src/pages/migration/MigrationDirect.tsx index 1d72e567..aed6f192 100644 --- a/src/pages/migration/MigrationDirect.tsx +++ b/src/pages/migration/MigrationDirect.tsx @@ -155,8 +155,7 @@ export function MigrationDirectPage() { ) : (