From 346478622b5d4d22dcf72fc6c35fece7eb952e21 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 17 Mar 2022 19:36:13 +0100 Subject: [PATCH] Fix link to docs. --- 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 c81af16777..6d63959d1f 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',