mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Minor fixes for stripe connect migration email
This commit is contained in:
parent
c224255621
commit
c311f521aa
@ -1,7 +1,7 @@
|
|||||||
@component('email.template.admin', ['logo' => $logo, 'settings' => $settings])
|
@component('email.template.admin', ['logo' => $logo, 'settings' => $settings])
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<h1>{{ ctrans('texts.stripe_connect_migration_title') }}</h1>
|
<h1>{!! ctrans('texts.stripe_connect_migration_title') !!}</h1>
|
||||||
|
|
||||||
<p>{{ ctrans('texts.stripe_connect_migration_desc') }}</p>
|
<p>{!! ctrans('texts.stripe_connect_migration_desc') !!}</p>
|
||||||
</div>
|
</div>
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user