diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 163a285565ac..de34898f48aa 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2483,6 +2483,11 @@ $LANG = array( 'credit_total' => 'Credit Total', 'mark_billable' => 'Mark Billable', 'billed' => 'Billed', + 'company_variables' => 'Company Variables', + 'client_variables' => 'Client Variables', + 'invoice_variables' => 'Invoice Variables', + 'navigation_variables' => 'Navigation Variables', + 'custom_variables' => 'Custom Variables', ); diff --git a/resources/views/accounts/template.blade.php b/resources/views/accounts/template.blade.php index b3831f5b97b1..3ea3b8dcca02 100644 --- a/resources/views/accounts/template.blade.php +++ b/resources/views/accounts/template.blade.php @@ -107,6 +107,4 @@ }); }); - - diff --git a/resources/views/accounts/templates_and_reminders.blade.php b/resources/views/accounts/templates_and_reminders.blade.php index ea94c9427cf9..e440a44980eb 100644 --- a/resources/views/accounts/templates_and_reminders.blade.php +++ b/resources/views/accounts/templates_and_reminders.blade.php @@ -132,83 +132,6 @@ -
- @if (Auth::user()->hasFeature(FEATURE_EMAIL_TEMPLATES_REMINDERS))