Merge pull request #6427 from turbo124/v5-develop

Minor fixes for stripe connect migration email
This commit is contained in:
David Bomba 2021-08-07 14:59:36 +10:00 committed by GitHub
commit 4f99830ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
@component('email.template.admin', ['logo' => $logo, 'settings' => $settings])
<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>
@endcomponent