mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Fixes for failed migration email
This commit is contained in:
parent
324036828a
commit
fed0f03768
@ -1,6 +1,6 @@
|
||||
{!! ctrans('texts.migration_failed_label') !!}
|
||||
|
||||
{!! ctrans('texts.migration_failed') }} {{ $company->present()->name() !!}
|
||||
{!! ctrans('texts.migration_failed') !!} {!! $company->present()->name() !!}
|
||||
|
||||
@if(\App\Utils\Ninja::isSelfHost() || $is_system)
|
||||
{!! $exception->getMessage() !!}
|
||||
|
Loading…
Reference in New Issue
Block a user