From fe33352ec100a8fa4ca1b9d6b463485a49bace4c Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 19 Feb 2024 05:57:06 +0100 Subject: [PATCH] Fix translation for https://github.com/firefly-iii/firefly-iii/issues/8555 --- resources/lang/en_US/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',