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

#762 - updated what's new dialog

parent 78c24d0d
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,7 @@ public class AboutController extends BaseController
public String whatsNewModal(Model model)
{
final List<NewsEntry> newsEntries = new ArrayList<>();
newsEntries.add(NewsEntry.createWithLocalizationKey("accountBalances"));
newsEntries.add(NewsEntry.createWithLocalizationKey("transferTooltip"));
newsEntries.add(NewsEntry.createWithLocalizationKey("mariaDB"));
model.addAttribute(ModelAttributes.NEWS_ENTRIES, newsEntries);
return ReturnValues.WHATS_NEW;
......
......@@ -2,8 +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.accountBalances.headline=Kontostände
news.accountBalances.description=Die Kontenauswahl zeigt für jedes Konto den aktuellen Saldo an.
news.transferTooltip.headline=Umbuchungsrichtun
news.transferTooltip.description=Added tooltip for transfers in transaction overview to show source and destination account.
news.mariaDB.headline=Bugfix: MariaDB
news.mariaDB.description=Fehler beim Upload von Bildern bei der Verwendung von MariaDB behoben.
......@@ -2,8 +2,5 @@ news.further.information=Further information
news.all.releases=All published and planned releases:
news.detailed=Detailed changelog (english only):
news.accountBalances.headline=Account balances
news.accountBalances.description=Show the current balance for each account in the account select.
news.transferTooltip.headline=Konten für Umbuchungen anzeigen
news.transferTooltip.description=Umbuchungen zeigen in einem Tooltip das Quel- und Zielkonto.
news.mariaDB.headline=Bugfix: MariaDB
news.mariaDB.description=Fixed an error when uploading images when using MariaDB.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment