From 427a90ec85659fc1b3f0ae715c7cf8986af9076e Mon Sep 17 00:00:00 2001 From: Lucas Guima Date: Tue, 28 Apr 2020 20:32:10 -0300 Subject: [PATCH] Create translatable string for Others --- 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 496a363504..f2b07de85e 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1133,6 +1133,7 @@ return [ 'financial_control' => 'Financial control', 'accounting' => 'Accounting', 'automation' => 'Automation', + 'others' => 'Others', // reports: 'report_default' => 'Default financial report between :start and :end',