diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index d98fb00c8977..42c66fa2fb4e 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4281,7 +4281,7 @@ $LANG = array( 'notification_quote_created_subject' => 'Quote :invoice was created for :client', 'notification_credit_created_subject' => 'Credit :invoice was created to :client', 'notification_credit_created_subject' => 'Credit :invoice was created for :client', - + 'migration_create_account_notice' => 'Please ensure you have created an account on the new platform first here , please ensure that the credentials are identical to your v4 credentials. Once the account has been created, you can start the migration process here.', ); return $LANG; diff --git a/resources/views/migration/auth.blade.php b/resources/views/migration/auth.blade.php index 0b383de983ea..9e4c208c708f 100644 --- a/resources/views/migration/auth.blade.php +++ b/resources/views/migration/auth.blade.php @@ -11,7 +11,7 @@