mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updates to white label marketing
This commit is contained in:
parent
d22d8f8d01
commit
dc1bcfbd9e
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 |
@ -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;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@ -204,7 +204,6 @@
|
|||||||
@include('invoices.pdf', ['account' => $invoice->client->account, 'viewPDF' => true])
|
@include('invoices.pdf', ['account' => $invoice->client->account, 'viewPDF' => true])
|
||||||
|
|
||||||
<p> </p>
|
<p> </p>
|
||||||
<p> </p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@stop
|
@stop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user