mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
12 lines
334 B
PHP
12 lines
334 B
PHP
{!! ctrans('texts.migration_failed_label') !!}
|
|
|
|
{!! ctrans('texts.migration_failed') !!} {!! $company->present()->name() !!}
|
|
|
|
@if(\App\Utils\Ninja::isSelfHost() || $is_system)
|
|
{!! $exception->getMessage() !!}
|
|
{!! $content !!}
|
|
@else
|
|
Please contact us at contact@invoiceninja.com for more information on this error.
|
|
@endif
|
|
|