From f1fa973833be68afc0369fbe4b3e6a2f1671cc92 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 18 Jan 2016 11:41:33 +0200 Subject: [PATCH] Updated text file --- resources/lang/en/texts.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 9c4ac9d97f..f1b099fe79 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -593,7 +593,6 @@ return array( 'payment_type_credit_card' => 'Credit Card', 'payment_type_paypal' => 'PayPal', 'payment_type_bitcoin' => 'Bitcoin', - 'payment_type_direct_debit' => 'Direct Debit', 'knowledge_base' => 'Knowledge Base', 'partial' => 'Partial', 'partial_remaining' => ':partial of :balance', @@ -1038,5 +1037,7 @@ return array( 'invoice_message_button' => 'To view your invoice for :amount, click the button below.', 'quote_message_button' => 'To view your quote for :amount, click the button below.', 'payment_message_button' => 'Thank you for your payment of :amount.', + 'payment_type_direct_debit' => 'Direct Debit', + ); \ No newline at end of file