mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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_label') !!}
|
||||||
|
|
||||||
{!! ctrans('texts.migration_failed') }} {{ $company->present()->name() !!}
|
{!! ctrans('texts.migration_failed') !!} {!! $company->present()->name() !!}
|
||||||
|
|
||||||
@if(\App\Utils\Ninja::isSelfHost() || $is_system)
|
@if(\App\Utils\Ninja::isSelfHost() || $is_system)
|
||||||
{!! $exception->getMessage() !!}
|
{!! $exception->getMessage() !!}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user