diff --git a/public/images/pro_plan/white_label_after.png b/public/images/pro_plan/white_label_after.png new file mode 100644 index 000000000000..e5201dffcab2 Binary files /dev/null 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 new file mode 100644 index 000000000000..66a3ebde7176 Binary files /dev/null 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 2a0ffc3986db..5d0993ebad58 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -470,7 +470,7 @@ return array( 'id_number' => 'ID Number', 'white_label_link' => 'White label', - 'white_label_text' => 'Purchase a white label license for $'.WHITE_LABEL_PRICE.' to remove the Invoice Ninja branding from the top of the client pages.', + 'white_label_text' => 'Purchase a white label license for $'.WHITE_LABEL_PRICE.' to remove the Invoice Ninja branding from the client portal and help support our project.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', 'white_labeled' => 'White labeled', @@ -908,5 +908,9 @@ return array( 'restored_recurring_invoice' => 'Successfully restored recurring invoice', 'archived' => 'Archived', 'untitled_account' => 'Untitled Company', + + 'before' => 'Before', + 'after' => 'After', + ); diff --git a/resources/lang/it/texts.php b/resources/lang/it/texts.php index 17ed1a792e29..3f4d458f3412 100644 --- a/resources/lang/it/texts.php +++ b/resources/lang/it/texts.php @@ -465,7 +465,7 @@ return array( 'id_number' => 'ID Number', 'white_label_link' => 'White label', - 'white_label_text' => 'Purchase a white label license for $'.WHITE_LABEL_PRICE.' to remove the Invoice Ninja branding from the top of the client pages.', + 'white_label_text' => 'Purchase a white label license for $'.WHITE_LABEL_PRICE.' to remove the Invoice Ninja branding from the client portal and help support our project.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', 'white_labeled' => 'White labeled', diff --git a/resources/lang/lt/texts.php b/resources/lang/lt/texts.php index 18212ba2c8df..328a5058720c 100644 --- a/resources/lang/lt/texts.php +++ b/resources/lang/lt/texts.php @@ -474,7 +474,7 @@ return array( 'id_number' => 'ID Number', 'white_label_link' => 'White label', - 'white_label_text' => 'Purchase a white label license for $'.WHITE_LABEL_PRICE.' to remove the Invoice Ninja branding from the top of the client pages.', + 'white_label_text' => 'Purchase a white label license for $'.WHITE_LABEL_PRICE.' to remove the Invoice Ninja branding from the client portal and help support our project.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', 'white_labeled' => 'White labeled', diff --git a/resources/lang/nb_NO/texts.php b/resources/lang/nb_NO/texts.php index 15320194b959..e92a62fca11b 100644 --- a/resources/lang/nb_NO/texts.php +++ b/resources/lang/nb_NO/texts.php @@ -472,7 +472,7 @@ return array( 'id_number' => 'ID Number', 'white_label_link' => 'White label', - 'white_label_text' => 'Purchase a white label license for $'.WHITE_LABEL_PRICE.' to remove the Invoice Ninja branding from the top of the client pages.', + 'white_label_text' => 'Purchase a white label license for $'.WHITE_LABEL_PRICE.' to remove the Invoice Ninja branding from the client portal and help support our project.', 'white_label_header' => 'White Label', 'bought_white_label' => 'Successfully enabled white label license', 'white_labeled' => 'White labeled', diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index 4fb97ca4f0bc..ee8d24f569f8 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -715,8 +715,18 @@ -
+

{{ trans('texts.white_label_text')}}

+
+
+

{{ trans('texts.before') }}

+ {!! HTML::image('images/pro_plan/white_label_before.png', 'before', ['width' => '100%']) !!} +
+
+

{{ trans('texts.after') }}

+ {!! HTML::image('images/pro_plan/white_label_after.png', 'after', ['width' => '100%']) !!} +
+