diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index e11e2fa874..c2255e557c 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -422,8 +422,8 @@ return [ 'rule_trigger_account_id' => 'Account ID (source/destination) is exactly :trigger_value', 'rule_trigger_source_account_id_choice' => 'Source account ID is exactly..', 'rule_trigger_source_account_id' => 'Source account ID is exactly :trigger_value', - 'rule_trigger_destination_account_id_choice' => 'Source account ID is exactly..', - 'rule_trigger_destination_account_id' => 'Source account ID is exactly :trigger_value', + 'rule_trigger_destination_account_id_choice' => 'Destination account ID is exactly..', + 'rule_trigger_destination_account_id' => 'Destination account ID is exactly :trigger_value', 'rule_trigger_account_is_cash_choice' => 'Account (source/destination) is (cash) account', 'rule_trigger_account_is_cash' => 'Account (source/destination) is (cash) account', 'rule_trigger_source_is_cash_choice' => 'Source account is (cash) account',