From f0265b9fdac099267b37d3ce2797b7349c308fcc Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 10 Mar 2022 17:58:43 +0100 Subject: [PATCH] Fix https://github.com/firefly-iii/firefly-iii/issues/5870 --- 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 aacb95b31d..c81af16777 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -188,7 +188,7 @@ return [ 'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.', 'transaction_data' => 'Transaction data', 'invalid_server_configuration' => 'Invalid server configuration', - 'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are instructions how to do this.', + 'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are instructions how to do this.', 'quickswitch' => 'Quickswitch', 'sign_in_to_start' => 'Sign in to start your session', 'sign_in' => 'Sign in',