diff --git a/resources/views/email/migration/completed.blade.php b/resources/views/email/migration/completed.blade.php index fc36280e43f9..418ac27fb9fd 100644 --- a/resources/views/email/migration/completed.blade.php +++ b/resources/views/email/migration/completed.blade.php @@ -1,13 +1,12 @@ -@component('email.template.master', ['design' => 'light', 'settings' => $settings]) +@component('email.template.admin-light', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png', 'settings' => $settings]) +
{{ ctrans('texts.migration_completed_description')}}
- @slot('header') - @include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png']) - @endslot + + {{ ctrans('texts.account_login')}} + -{{ ctrans('texts.migration_completed_description')}}
- - {{ ctrans('texts.account_login')}} - -{{ ctrans('texts.email_signature')}}
{{ ctrans('texts.email_from') }}
{{ ctrans('texts.email_signature')}}
{{ ctrans('texts.email_from') }}