From 55ddb26dac57581b4234dbfc611bd556bcc2a6f4 Mon Sep 17 00:00:00 2001 From: Lucas Guima Date: Tue, 28 Apr 2020 20:16:25 -0300 Subject: [PATCH] Create translatable string for Automation --- 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 f1b0b0b429..496a363504 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1132,6 +1132,7 @@ return [ 'edit_liabilities_account' => 'Edit liability ":name"', 'financial_control' => 'Financial control', 'accounting' => 'Accounting', + 'automation' => 'Automation', // reports: 'report_default' => 'Default financial report between :start and :end',