From 42dc8486e97d2f92f0c4ee0f2ecedaa2c9010633 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 28 Dec 2024 11:16:55 +0100 Subject: [PATCH] Fix string. --- 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 e4490fba3f..3e4e0de345 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1468,7 +1468,7 @@ return [ '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 bla bla bla exchange rates. Inverse is automatically calculated if not provided. Will go back to last found rate.', + '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.', 'header_exchange_rates_table' => 'Table with exchange rates', 'help_rate_form' => 'On this day, how many {to} will you get for one {from}?', 'save_new_rate' => 'Save new rate',