From 9717c238f50c2825b1d2b2de90b684d5cd4e0c0a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 19 Oct 2021 06:52:11 +1100 Subject: [PATCH] Add missing keys --- resources/lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 00030eba5201..173b103d3de3 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4328,6 +4328,7 @@ $LANG = array( 'giropay_law' => 'By entering your Customer information (such as name, sort code and account number) you (the Customer) agree that this information is given voluntarily.', 'eps' => 'EPS', 'you_need_to_accept_the_terms_before_proceeding' => 'You need to accept the terms before proceeding.', + 'clone_to_expense' => 'Clone to expense', ); return $LANG;