From e52381917afb1f9720f390acb722c9a28234d0bd Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Fri, 15 Apr 2022 23:53:15 +0200 Subject: [PATCH] #693 - fixed typo --- src/main/resources/languages/news_en.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/languages/news_en.properties b/src/main/resources/languages/news_en.properties index 6083007cd..a4a17c962 100644 --- a/src/main/resources/languages/news_en.properties +++ b/src/main/resources/languages/news_en.properties @@ -15,4 +15,4 @@ news.fix.hiddenAccounts.headline=Bugfix: Transactions from hidden accounts news.fix.hiddenAccounts.description=Transactions from hidden accounts are now longer shown if "all accounts" is selected. news.fix.backupInUTF8.headline=Bugfix: Backup database -news.fix.backupInUTF8.description=Database json backups are now always stored json in utf-8. \ No newline at end of file +news.fix.backupInUTF8.description=Database json backups are now always stored in utf-8. \ No newline at end of file -- GitLab