diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 2c847b11b..0c7f1436a 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3536,7 +3536,7 @@ $LANG = array( 'email_subject_payment_partial' => 'Email Partial Payment Subject', 'is_approved' => 'Is Approved', 'migration_went_wrong' => 'Oops, something went wrong! Make sure you did proper setup with V2 of Invoice Ninja, before starting migration.', - 'cross_migration_message' => 'Cross account migration is not allowed. Please read more about it here: https://invoiceninja.github.io/cross-site-migration.html', + 'cross_migration_message' => 'Cross account migration is not allowed. Make sure e-mail address is same on V4 and V5.', 'email_credit' => 'Email Credit', 'client_email_not_set' => 'Client does not have an email address set', 'ledger' => 'Ledger', diff --git a/resources/views/migration/auth.blade.php b/resources/views/migration/auth.blade.php index 281f5717a..714da56fa 100644 --- a/resources/views/migration/auth.blade.php +++ b/resources/views/migration/auth.blade.php @@ -12,7 +12,7 @@

Let's continue with authentication.


-
+ {{ csrf_field() }}
@@ -26,7 +26,7 @@
@stop diff --git a/resources/views/migration/companies.blade.php b/resources/views/migration/companies.blade.php index 4882b8d87..ac73dc852 100644 --- a/resources/views/migration/companies.blade.php +++ b/resources/views/migration/companies.blade.php @@ -12,7 +12,7 @@

Awesome! Please select the company you would like to apply migration.

-
+ {{ csrf_field() }} @@ -32,7 +32,7 @@
@stop \ No newline at end of file diff --git a/resources/views/migration/download.blade.php b/resources/views/migration/download.blade.php index 71966fdbe..545f41e2f 100644 --- a/resources/views/migration/download.blade.php +++ b/resources/views/migration/download.blade.php @@ -10,13 +10,13 @@

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

-
+ {!! csrf_field() !!} - +
@stop \ No newline at end of file diff --git a/resources/views/migration/endpoint.blade.php b/resources/views/migration/endpoint.blade.php index 05f799359..ae410d8d5 100644 --- a/resources/views/migration/endpoint.blade.php +++ b/resources/views/migration/endpoint.blade.php @@ -12,7 +12,7 @@

We need to know the link of your application.


-
+ {{ csrf_field() }}
@@ -23,7 +23,7 @@
diff --git a/resources/views/migration/start.blade.php b/resources/views/migration/start.blade.php index 543d5ea14..83a7708ce 100644 --- a/resources/views/migration/start.blade.php +++ b/resources/views/migration/start.blade.php @@ -10,7 +10,7 @@

In order to start the migration, we need to know where do you want to migrate.


-
+ {{ csrf_field() }}