diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 4f1691bb69..f744538274 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1171,7 +1171,7 @@ return [ 'rule_trigger_not_exists' => 'Transaction does not exist', 'rule_trigger_not_has_attachments' => 'Transaction has no attachments', 'rule_trigger_not_has_any_category' => 'Transaction has no category', - 'rule_trigger_not_has_any_budget' => 'Transaction has no category', + 'rule_trigger_not_has_any_budget' => 'Transaction has no budget', 'rule_trigger_not_has_any_bill' => 'Transaction has no bill', 'rule_trigger_not_has_any_tag' => 'Transaction has no tags', 'rule_trigger_not_any_notes' => 'Transaction has no notes',