Updates to white label marketing

This commit is contained in:
Hillel Coren 2016-07-03 17:46:41 +03:00
parent d22d8f8d01
commit dc1bcfbd9e
4 changed files with 1 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -993,7 +993,7 @@ $LANG = array(
'overdue' => 'Overdue', 'overdue' => 'Overdue',
'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the client portal and help support our project.', 'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding and help support our project.',
'user_email_footer' => 'To adjust your email notification settings please visit :link', 'user_email_footer' => 'To adjust your email notification settings please visit :link',
'reset_password_footer' => 'If you did not request this password reset please email our support: :email', 'reset_password_footer' => 'If you did not request this password reset please email our support: :email',
'limit_users' => 'Sorry, this will exceed the limit of :limit users', 'limit_users' => 'Sorry, this will exceed the limit of :limit users',
@ -1990,4 +1990,3 @@ $LANG = array(
return $LANG; return $LANG;
?> ?>

View File

@ -204,7 +204,6 @@
@include('invoices.pdf', ['account' => $invoice->client->account, 'viewPDF' => true]) @include('invoices.pdf', ['account' => $invoice->client->account, 'viewPDF' => true])
<p>&nbsp;</p> <p>&nbsp;</p>
<p>&nbsp;</p>
</div> </div>
@stop @stop