From ac49832ffda3e786e8254ac6152f9265bb26bb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 5 Oct 2020 10:29:11 +0200 Subject: [PATCH] Cross account migration message update --- resources/lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 2c847b11b9..0c7f1436a3 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',