From e549b74c97aca471f092ace32b56e6e3e2c96b0d Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 23 Sep 2020 20:13:08 +0200 Subject: [PATCH] Fix #3842 --- resources/lang/en_US/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 3d37287455..7e521b13fd 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -307,6 +307,8 @@ return [ 'search_modifier_destination_account_starts' => 'Destination account name starts with ":value"', 'search_modifier_destination_account_ends' => 'Destination account name ends with ":value"', 'search_modifier_destination_account_id' => 'Destination account ID is :value', + 'search_modifier_destination_is_cash' => 'Destination is cash', + 'search_modifier_source_is_cash' => 'Source is cash', 'search_modifier_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"', 'search_modifier_destination_account_nr_contains' => 'Destination account number (IBAN) contains ":value"', 'search_modifier_destination_account_nr_starts' => 'Destination account number (IBAN) starts with ":value"',