From 136e64c0549df6ff524774e82e5b7acb786973ab Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 15 Feb 2021 07:53:23 +1100 Subject: [PATCH] Update texts --- resources/lang/en/texts.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index df9560565a5a..d80d72b211cb 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4136,6 +4136,10 @@ $LANG = array( 'online_payments_minimum_note' => 'Note: Online payments are supported only if amount is bigger than $1 or currency equivalent.', 'payment_token_not_found' => 'Payment token not found, please try again. If an issue still persist, try with another payment method', + ///////////////////////////////////////////////// + 'start_migration' => 'Start Migration', + 'recurring_cancellation_request' => 'Request for recurring invoice cancellation from :contact', + 'recurring_cancellation_request_body' => ':contact from Client :client requested to cancel Recurring Invoice :invoice', ); return $LANG;