From b64134f223bbdd1d3dbe6ef877398fcfb91132b3 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 6 Apr 2017 16:52:04 +0300 Subject: [PATCH] Show iframe/website feature to self hosters --- resources/lang/en/texts.php | 1 + .../views/accounts/client_portal.blade.php | 51 +++++++++---------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 76344f431ecd..386cfa6bdee1 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -851,6 +851,7 @@ $LANG = array( 'dark' => 'Dark', 'industry_help' => 'Used to provide comparisons against the averages of companies of similar size and industry.', 'subdomain_help' => 'Set the subdomain or display the invoice on your own website.', + 'website_help' => 'Display the invoice in an iFrame on your own website', 'invoice_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the invoice number.', 'quote_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the quote number.', 'custom_client_fields_helps' => 'Add a field when creating a client and display the label and value on the PDF.', diff --git a/resources/views/accounts/client_portal.blade.php b/resources/views/accounts/client_portal.blade.php index dc9e4d491b73..6cd7da575101 100644 --- a/resources/views/accounts/client_portal.blade.php +++ b/resources/views/accounts/client_portal.blade.php @@ -51,12 +51,10 @@
- @if (Utils::isNinja()) - @endif -