From 891777f079eaa74546c9243a1a7b5e6da5dc41a6 Mon Sep 17 00:00:00 2001 From: Lucas Guima Date: Tue, 28 Apr 2020 20:14:15 -0300 Subject: [PATCH] Create translatable string for Accounting --- resources/lang/en_US/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 021ca7a687..f1b0b0b429 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1131,6 +1131,7 @@ return [ 'store_new_liabilities_account' => 'Store new liability', 'edit_liabilities_account' => 'Edit liability ":name"', 'financial_control' => 'Financial control', + 'accounting' => 'Accounting', // reports: 'report_default' => 'Default financial report between :start and :end',