From eca12f661f386e358b66f263ca92a0b31fea4786 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 5 Feb 2025 06:31:15 +0100 Subject: [PATCH] Fix #9327 --- changelog.md | 2 ++ resources/lang/en_US/firefly.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0c16470a7d..015ea01b31 100644 --- a/changelog.md +++ b/changelog.md @@ -7,12 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +- #9327 - [Issue 9713](https://github.com/firefly-iii/firefly-iii/issues/9713) (Many decimal points in amounts) reported by @memo-567 - [Issue 9736](https://github.com/firefly-iii/firefly-iii/issues/9736) (Wrong `finalAccountBalance` result) reported by @gthbusrr - [Issue 9745](https://github.com/firefly-iii/firefly-iii/issues/9745) (Type mismatch in period overview) reported by @electrofloat - [Issue 9747](https://github.com/firefly-iii/firefly-iii/issues/9747) (Data entry issues with exchange rates) reported by @Azmodeszer - [Issue 9751](https://github.com/firefly-iii/firefly-iii/issues/9751) (Net worth changes since 6.2 update) reported by @ahmaddxb - [Issue 9762](https://github.com/firefly-iii/firefly-iii/issues/9762) (Piggy bank show: start/target date not displayed) reported by @Simeam +- Various other balance related fixes. ## 6.2.2 - 2025-02-02 diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index beb8537a8b..ced49e5599 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -733,7 +733,7 @@ return [ // END 'general_search_error' => 'An error occurred while searching. Please check the log files for more information.', 'search_box' => 'Search', - 'search_box_intro' => 'Welcome to the search function of Firefly III. Enter your search query in the box. Make sure you check out the help file because the search is pretty advanced.', + 'search_box_intro' => 'Welcome to the search function of Firefly III. Enter your search query in the box. Make sure you check out the help file because the search is pretty advanced.', 'search_error' => 'Error while searching', 'search_searching' => 'Searching ...', 'search_results' => 'Search results',