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 -