From c9da0659053bff4b1a653bce71366533a84e5d5f Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Thu, 24 Mar 2022 22:38:26 +0100 Subject: [PATCH] fixed news --- src/main/resources/languages/news_en.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/languages/news_en.properties b/src/main/resources/languages/news_en.properties index 94050663f..ca46d84a0 100644 --- a/src/main/resources/languages/news_en.properties +++ b/src/main/resources/languages/news_en.properties @@ -20,5 +20,5 @@ news.newCharts.description=BudgetMaster now features four new default charts. news.fix.transferDirectionInCharts.headline=Bugfix: Transfer direction in charts news.fix.transferDirectionInCharts.description=The direction of a transfer is now respected in charts. -news.fix.repeatingTransactions.headline=Bugfix: Fixed error when saving repetitive bookings +news.fix.repeatingTransactions.headline=Bugfix: Fixed error when saving repeating transactions news.fix.repeatingTransactions.description=Fixed an error that occurred when saving repeating transaction that should end on a certain date. -- GitLab