mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #6427 from turbo124/v5-develop
Minor fixes for stripe connect migration email
This commit is contained in:
commit
4f99830ed0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user