mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Fixes for hosted migration
This commit is contained in:
parent
1d49f1fe21
commit
d3e44b779c
@ -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;
|
||||
|
@ -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() }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user