Implemented filter not to return all transactions when testing filters

This commit is contained in:
Robert Horlings
2016-02-17 16:23:43 +01:00
parent 8fdc6c11e1
commit 7ec5cce2c8
3 changed files with 14 additions and 5 deletions

View File

@@ -129,6 +129,7 @@ return [
'test_rule_triggers' => 'See matching transactions',
'warning_transaction_subset' => 'For performance reasons this list is limited to :max_num_transactions and may only show a subset of matching transactions',
'warning_no_matching_transactions' => 'No matching transactions found. Please note that for performance reasons, only the last :num_transactions transactions have been checked.',
'warning_no_valid_triggers' => 'No valid triggers provided.',
// actions and triggers
'rule_trigger_user_action' => 'User action is ":trigger_value"',