From d3e44b779c2500940bc3e59f722fa9fb7227ac05 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 29 Apr 2021 12:35:56 +1000 Subject: [PATCH] Fixes for hosted migration --- resources/lang/en/texts.php | 2 +- resources/views/migration/auth.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@

{!! trans('texts.welcome_to_the_new_version') !!}

-

{!! trans('texts.migration_auth_label') !!}


+

{!! trans('texts.migration_create_account_notice') !!}


{{ csrf_field() }}