From f8ded668693c52e2b4ee234ceb18ce7f8df94146 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 1 Feb 2025 12:53:34 +0100 Subject: [PATCH] Fix https://github.com/firefly-iii/firefly-iii/issues/9721 --- resources/lang/en_US/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index fa62b8c874..beb8537a8b 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1466,7 +1466,7 @@ return [ // exchange rates 'menu_exchange_rates_index' => 'Exchange rates', 'header_exchange_rates' => 'Exchange rates', - 'exchange_rates_intro' => 'Firefly III supports downloading and using exchange rates. Read more about this in the documentation.', + 'exchange_rates_intro' => 'Firefly III supports downloading and using exchange rates. Read more about this in the documentation.', 'exchange_rates_from_to' => 'Between {from} and {to} (and the other way around)', 'header_exchange_rates_rates' => 'Exchange rates', 'exchange_rates_intro_rates' => 'Firefly III uses the following exchange rates. The inverse is automatically calculated when it is not provided. If no exchange rate exists for the date of the transaction, Firefly III will go back in time to find one. If none are present, the rate "1" will be used.',