From 4bbe728376fbc7ee45406d935e865f88404a2ed4 Mon Sep 17 00:00:00 2001 From: Lucas Guima Date: Tue, 28 Apr 2020 20:43:02 -0300 Subject: [PATCH] Create translatable string for Classification --- 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 f2b07de85e..a0550d5bf9 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1134,6 +1134,7 @@ return [ 'accounting' => 'Accounting', 'automation' => 'Automation', 'others' => 'Others', + 'classification' => 'Classification', // reports: 'report_default' => 'Default financial report between :start and :end',