diff --git a/public/images/pro_plan/white_label_after.png b/public/images/pro_plan/white_label_after.png index e5201dffcab2..eb9a34decf61 100644 Binary files a/public/images/pro_plan/white_label_after.png and b/public/images/pro_plan/white_label_after.png differ diff --git a/public/images/pro_plan/white_label_before.png b/public/images/pro_plan/white_label_before.png index 66a3ebde7176..85700774c553 100644 Binary files a/public/images/pro_plan/white_label_before.png and b/public/images/pro_plan/white_label_before.png differ diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 53bd1cefbc56..b676abb12952 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -993,7 +993,7 @@ $LANG = array( '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', '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', @@ -1990,4 +1990,3 @@ $LANG = array( return $LANG; ?> - diff --git a/resources/views/invoices/view.blade.php b/resources/views/invoices/view.blade.php index b42aeebb87d9..563e3a33ba5a 100644 --- a/resources/views/invoices/view.blade.php +++ b/resources/views/invoices/view.blade.php @@ -204,7 +204,6 @@ @include('invoices.pdf', ['account' => $invoice->client->account, 'viewPDF' => true])
-
@stop