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

#773 - update what's new dialog

parent 2aba35b5
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ public class AboutController extends BaseController
newsEntries.add(NewsEntry.createWithLocalizationKey("accountDescription"));
newsEntries.add(NewsEntry.createWithLocalizationKey("transactionNameSuggestionsSort"));
newsEntries.add(NewsEntry.createWithLocalizationKey("bugfixCsvImport"));
newsEntries.add(NewsEntry.createWithLocalizationKey("bugfixEndDateReminder"));
model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries);
return ReturnValues.WHATS_NEW;
......
......@@ -13,3 +13,6 @@ news.transactionNameSuggestionsSort.description=Neue Einstellungsoption hinzugef
news.bugfixCsvImport.headline=Bugfix: CSV Import
news.bugfixCsvImport.description=Fehler behoben, der verhinderte, dass beim csv-Import die richtigen Spalten ausgewählt wurden, wenn die csv-Datei weniger Zeilen als Spalten hat.
news.bugfixEndDateReminder.headline=Bugfix: Enddatumserinnerung
news.bugfixEndDateReminder.description=Fehler behoben, der dazu führte, dass die Enddatumserinnerung für Konten auch angezeigt wurde, wenn keine Konten ihr Enddatum bald erreichen.
\ No newline at end of file
......@@ -13,3 +13,6 @@ news.transactionNameSuggestionsSort.description=Add new settings option to defin
news.bugfixCsvImport.headline=Bugfix: CSV import
news.bugfixCsvImport.description=Fixed a bug that prevented to select the correct columns during csv import if the csv has fewer rows than columns.
news.bugfixEndDateReminder.headline=Bugfix: End date reminder
news.bugfixEndDateReminder.description=Fixed a bug that caused the end date reminder for accounts to be displayed even if no accounts are about to reach their end date.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment