From 5d24c1fee1858ebb61117572615b736de69f56d0 Mon Sep 17 00:00:00 2001 From: Maxim Kurbatov Date: Tue, 5 May 2020 22:10:11 +0400 Subject: [PATCH] #3335 Update language files for reconciliation account name --- 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 03164d86dd..0e77304c08 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -205,7 +205,7 @@ return [ 'active_exp_bills_only' => 'active and expected bills only', 'average_per_bill' => 'average per bill', 'expected_total' => 'expected total', - 'reconciliation_account_name' => ':name reconciliation', + 'reconciliation_account_name' => ':name reconciliation (:currency)', // API access 'authorization_request' => 'Firefly III v:version Authorization Request', 'authorization_request_intro' => ':client is requesting permission to access your financial administration. Would you like to authorize :client to access these records?',