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

#717 - updated what's new dialog

parent e1760efa
No related branches found
No related tags found
No related merge requests found
Pipeline #6667 failed
......@@ -53,6 +53,7 @@ public class AboutController extends BaseController
newsEntries.add(NewsEntry.createWithLocalizationKey("groupTransactionsByDate"));
newsEntries.add(NewsEntry.createWithLocalizationKey("dateMandatory"));
newsEntries.add(NewsEntry.createWithLocalizationKey("autoCloseDatePicker"));
newsEntries.add(NewsEntry.createWithLocalizationKey("search"));
newsEntries.add(NewsEntry.createWithLocalizationKey("fix.accountSelect"));
model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries);
......
......@@ -20,5 +20,8 @@ news.dateMandatory.description=Beim Erstellen einer neuen Buchung wird das Datum
news.autoCloseDatePicker.headline=Datumsauswahldialog automatisch schließen
news.autoCloseDatePicker.description=Der Datumsauswahldialog schließt sich nun automatisch, nach dem du einen Tag angeklickt hast.
news.search.headline=Suche: Reihenfolge der Suchwörter ignorieren
news.search.description=Bei Nutzung der Suchfunktion spielt es keine mehr Rolle in welcher Reihenfolge mehrere Suchwörter eingegeben werden.
news.fix.accountSelect.headline=Bugfix: Kontoauswahl
news.fix.accountSelect.description=Fehler behoben, der bei der Auswahl eines Kontos auf die falsche Seite weiterleitete.
......@@ -20,5 +20,8 @@ news.dateMandatory.description=When creating a new Transaction, the date field i
news.autoCloseDatePicker.headline=Close date picker automatically
news.autoCloseDatePicker.description=The date picker now closes automatically after you have selected a day.
news.search.headline=Search: ignore order of search words
news.search.description=When using the search function, it no longer matters in which order multiple search words are entered.
news.fix.accountSelect.headline=Bugfix: Account selection
news.fix.accountSelect.description=Fixed a bug that redirected to the wrong page when selecting an account.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment