mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
8 lines
279 B
PHP
8 lines
279 B
PHP
@component('email.template.admin', ['logo' => $logo, 'settings' => $settings])
|
|
<div class="center">
|
|
<h1>{!! ctrans('texts.stripe_connect_migration_title') !!}</h1>
|
|
|
|
<p>{!! ctrans('texts.stripe_connect_migration_desc') !!}</p>
|
|
</div>
|
|
@endcomponent
|