From c4db674fae36adebfa7a9fa8695b17ac390a38dc Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 25 Jan 2021 08:08:29 +1100 Subject: [PATCH] Translate migration email --- resources/lang/en/texts.php | 3 +++ resources/views/email/migration/completed.blade.php | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 133ad13de41a..961242f56aa5 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3407,4 +3407,7 @@ return [ 'invoice_cannot_be_refunded' => 'Invoice id :number cannot be refunded', 'attempted_refund_failed' => 'Attempting to refund :amount only :refundable_amount available for refund', 'user_not_associated_with_this_account' => 'This user is unable to be attached to this company. Perhaps they have already registered a user on another account?', + 'migration_completed' => 'Migration completed', + 'migration_completed_description' => 'Your migration has completed, please review your data after logging in.' + ]; diff --git a/resources/views/email/migration/completed.blade.php b/resources/views/email/migration/completed.blade.php index 6c72f61b7deb..fc36280e43f9 100644 --- a/resources/views/email/migration/completed.blade.php +++ b/resources/views/email/migration/completed.blade.php @@ -4,10 +4,10 @@ @include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png']) @endslot -

Migration completed

-

We're happy to inform you that migration has been completed successfully. It is ready for you to review it.

+

{{ ctrans('texts.migration_completed')}}

+

{{ ctrans('texts.migration_completed_description')}}

- Visit portal + {{ ctrans('texts.account_login')}} -

Thank you,
Invoice Ninja

+

{{ ctrans('texts.email_signature')}}
{{ ctrans('texts.email_from') }}

@endcomponent