Skip to content
Snippets Groups Projects
Commit 1a2fa157 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

updated news

parent e9bd9371
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ public class AboutController extends BaseController ...@@ -53,6 +53,7 @@ public class AboutController extends BaseController
newsEntries.add(NewsEntry.createWithLocalizationKey("saveAndContinue")); newsEntries.add(NewsEntry.createWithLocalizationKey("saveAndContinue"));
newsEntries.add(NewsEntry.createWithLocalizationKey("newCharts")); newsEntries.add(NewsEntry.createWithLocalizationKey("newCharts"));
newsEntries.add(NewsEntry.createWithLocalizationKey("fix.transferDirectionInCharts")); newsEntries.add(NewsEntry.createWithLocalizationKey("fix.transferDirectionInCharts"));
newsEntries.add(NewsEntry.createWithLocalizationKey("fix.repeatingTransactions"));
model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries); model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries);
return ReturnValues.WHATS_NEW; return ReturnValues.WHATS_NEW;
......
...@@ -19,3 +19,7 @@ news.newCharts.description=BudgetMaster bietet jetzt vier neue Standarddiagramme ...@@ -19,3 +19,7 @@ news.newCharts.description=BudgetMaster bietet jetzt vier neue Standarddiagramme
news.fix.transferDirectionInCharts.headline=Bugfix: Verhalten von Umbuchungen in Diagrammen news.fix.transferDirectionInCharts.headline=Bugfix: Verhalten von Umbuchungen in Diagrammen
news.fix.transferDirectionInCharts.description=Umbuchungen werden in Diagrammen nun entsprechend ihrer Richtung behandelt. news.fix.transferDirectionInCharts.description=Umbuchungen werden in Diagrammen nun entsprechend ihrer Richtung behandelt.
news.fix.repeatingTransactions.headline=Bugfix: Fehler beim Speichern von wiederholenden Buchungen behoben
news.fix.repeatingTransactions.description=Fehler behoben, der beim Speichern von Buchungen, die sich wiederholen und an einem bestimmten Datum enden sollen, entstand.
...@@ -19,3 +19,6 @@ news.newCharts.description=BudgetMaster now features four new default charts. ...@@ -19,3 +19,6 @@ news.newCharts.description=BudgetMaster now features four new default charts.
news.fix.transferDirectionInCharts.headline=Bugfix: Transfer direction in 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.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.description=Fixed an error that occurred when saving repeating transaction that should end on a certain date.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment