diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index de6152029020..72e6fc27fb93 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -111,22 +111,6 @@ return array(
Automatically sets a due date for the invoice.
-Invoices on a monthly or yearly cycle set to be due on or before the day they are created will be due the next month. Invoices set to be due on the 29th or 30th in months that don\'t have that day will be due the last day of the month.
-Invoices on a weekly cycle set to be due on the day of the week they are created will be due the next week.
-For example:
-If you need help figuring something out post a question to our support forum.
', 'invoice_due_date' => 'Due Date', - 'due' => 'Due', 'quote_due_date' => 'Valid Until', 'valid_until' => 'Valid Until', 'reset_terms' => 'Reset terms', @@ -841,7 +824,6 @@ return array( 'gateways' => 'Payment Gateways', 'next_send_on' => 'Send Next: :date', - 'next_due_on' => 'Due Next: :date', 'no_longer_running' => 'This invoice is not scheduled to run', 'general_settings' => 'General Settings', 'customize' => 'Customize', @@ -1010,4 +992,21 @@ return array( 'email_designs' => 'Email Designs', 'assigned_when_sent' => 'Assigned when sent', + // recurring due dates + 'recurring_due_dates' => 'Recurring Invoice Due Dates', + 'recurring_due_date_help' => 'Automatically sets a due date for the invoice.
+Invoices on a monthly or yearly cycle set to be due on or before the day they are created will be due the next month. Invoices set to be due on the 29th or 30th in months that don\'t have that day will be due the last day of the month.
+Invoices on a weekly cycle set to be due on the day of the week they are created will be due the next week.
+For example:
+