Better fix for #3842, thanks @niklas2810

This commit is contained in:
James Cole
2020-09-23 20:18:30 +02:00
parent 9f98289952
commit ccb511936e

View File

@@ -307,8 +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_is_cash' => 'Destination account is (cash) account',
'search_modifier_source_is_cash' => 'Source account is (cash) account',
'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"',