1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Fixes for hosted migration

This commit is contained in:
David Bomba 2021-04-29 12:35:56 +10:00
parent 1d49f1fe21
commit d3e44b779c
2 changed files with 2 additions and 2 deletions

View File

@ -4281,7 +4281,7 @@ $LANG = array(
'notification_quote_created_subject' => 'Quote :invoice was created for :client',
'notification_credit_created_subject' => 'Credit :invoice was created to :client',
'notification_credit_created_subject' => 'Credit :invoice was created for :client',
'migration_create_account_notice' => 'Please ensure you have created an account on the new platform first <a href="https://invoicing.co">here</a> , please ensure that the credentials are <b>identical</b> to your v4 credentials. Once the account has been created, you can start the migration process here.',
);
return $LANG;

View File

@ -11,7 +11,7 @@
<h3 class="panel-title">{!! trans('texts.welcome_to_the_new_version') !!}</h3>
</div>
<div class="panel-body">
<h4>{!! trans('texts.migration_auth_label') !!}</h4><br/>
<h4>{!! trans('texts.migration_create_account_notice') !!}</h4><br/>
<form action="{{ url('/migration/auth') }}" method="post" id="auth-form">
{{ csrf_field() }}