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

#760 - updated what's new dialog

parent 0eeb7bc5
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ public class AboutController extends BaseController
public String whatsNewModal(Model model)
{
final List<NewsEntry> newsEntries = new ArrayList<>();
newsEntries.add(NewsEntry.createWithLocalizationKey("mariaDB"));
newsEntries.add(NewsEntry.createWithLocalizationKey("transactionNameSuggestionsOrder"));
model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries);
return ReturnValues.WHATS_NEW;
......
......@@ -2,5 +2,5 @@ news.further.information=Weitere Informationen
news.all.releases=Alle veröffentlichten und geplanten Versionen:
news.detailed=Ausführliches Changelog (nur auf Englisch):
news.mariaDB.headline=Bugfix: MariaDB
news.mariaDB.description=Fehler beim Upload von Bildern bei der Verwendung von MariaDB behoben.
news.transactionNameSuggestionsOrder.headline=Neue Einstellungsoption für die Sortierung der Buchungsnamensvorschläge
news.transactionNameSuggestionsOrder.description=Neu Einstellungsoption, um festzulegen, wie die Vorschläge für Transaktionsnamen sortiert werden (alphabetisch oder nach Häufigkeit der Verwendung).
......@@ -2,5 +2,5 @@ news.further.information=Further information
news.all.releases=All published and planned releases:
news.detailed=Detailed changelog (english only):
news.mariaDB.headline=Bugfix: MariaDB
news.mariaDB.description=Fixed an error when uploading images when using MariaDB.
news.transactionNameSuggestionsOrder.headline=New settings option for transaction name suggestion ordering
news.transactionNameSuggestionsOrder.description=Added a new settings option to define how transaction name suggestions are ordered (alphabetically or by frequency of use).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment