diff --git a/app/Http/Controllers/ClientPortal/InvitationController.php b/app/Http/Controllers/ClientPortal/InvitationController.php index bff00f32aac7..5d081743037f 100644 --- a/app/Http/Controllers/ClientPortal/InvitationController.php +++ b/app/Http/Controllers/ClientPortal/InvitationController.php @@ -54,8 +54,6 @@ class InvitationController extends Controller ->with('contact.client') ->firstOrFail(); - nlog($invitation->contact->client->id); - nlog($invitation->invoice->client_id); /* Return early if we have the correct client_hash embedded */ if (request()->has('client_hash') && request()->input('client_hash') == $invitation->contact->client->client_hash) { diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 76909da18ce5..a48e91d75b4d 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -1,11 +1,6 @@ 'Continue', - 'back' => 'Back', - 'complete' => 'Complete', - 'next' => 'Next', - 'next_step' => 'Next step', 'organization' => 'Organization', 'name' => 'Name', 'website' => 'Website', @@ -72,8 +67,8 @@ return [ 'tax_rates' => 'Tax Rates', 'rate' => 'Rate', 'settings' => 'Settings', - 'enable_invoice_tax' => 'Enable specifying an invoice tax', - 'enable_line_item_tax' => 'Enable specifying line item taxes', + 'enable_invoice_tax' => 'Enable specifying an invoice tax', + 'enable_line_item_tax' => 'Enable specifying line item taxes', 'dashboard' => 'Dashboard', 'dashboard_totals_in_all_currencies_help' => 'Note: add a :link named ":name" to show the totals using a single base currency.', 'clients' => 'Clients', @@ -100,9 +95,9 @@ return [ 'powered_by' => 'Powered by', 'no_items' => 'No items', 'recurring_invoices' => 'Recurring Invoices', - 'recurring_help' => 'Automatically send clients the same invoices weekly, bi-monthly, monthly, quarterly or annually. - Use :MONTH, :QUARTER or :YEAR for dynamic dates. Basic math works as well, for example :MONTH-1. - Examples of dynamic invoice variables: + 'recurring_help' => '

Automatically send clients the same invoices weekly, bi-monthly, monthly, quarterly or annually.

+

Use :MONTH, :QUARTER or :YEAR for dynamic dates. Basic math works as well, for example :MONTH-1.

+

Examples of dynamic invoice variables: