mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clarify white label message
This commit is contained in:
parent
8f65817dc5
commit
b57deab66e
@ -995,7 +995,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 and help support our project.',
|
'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.',
|
||||||
'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',
|
||||||
@ -2097,6 +2097,7 @@ $LANG = array(
|
|||||||
'account_fields' => 'Company Fields',
|
'account_fields' => 'Company Fields',
|
||||||
'facebook_and_twitter' => 'Facebook and Twitter',
|
'facebook_and_twitter' => 'Facebook and Twitter',
|
||||||
'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
|
'facebook_and_twitter_help' => 'Follow our feeds to help support our project',
|
||||||
|
'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell our app.',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -619,7 +619,8 @@
|
|||||||
<h4>{{ trans('texts.after') }}</h4>
|
<h4>{{ trans('texts.after') }}</h4>
|
||||||
<img src="{{ BLANK_IMAGE }}" data-src="{{ asset('images/pro_plan/white_label_after.png') }}" width="100%" alt="after">
|
<img src="{{ BLANK_IMAGE }}" data-src="{{ asset('images/pro_plan/white_label_after.png') }}" width="100%" alt="after">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div><br/>
|
||||||
|
<p>{!! trans('texts.reseller_text', ['email' => HTML::mailto('contact@invoiceninja.com')]) !!}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="modal-footer" id="signUpFooter" style="margin-top: 0px">
|
<div class="modal-footer" id="signUpFooter" style="margin-top: 0px">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user