From 43f1867fb8a4c30a49a5e6e59eebf3bfd8c0e728 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 21 Jul 2017 04:36:09 +0200 Subject: [PATCH] Language strings for #708 --- resources/lang/en_US/firefly.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 60895e3224..16809cac19 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -541,6 +541,8 @@ return [ 'average_bill_amount_overall' => 'Average bill amount (overall)', 'not_or_not_yet' => 'Not (yet)', 'not_expected_period' => 'Not expected this period', + 'bill_is_active' => 'Bill is active', + 'bill_will_automatch' => 'Bill will automatically linked to matching transactions', // accounts: 'details_for_asset' => 'Details for asset account ":name"', 'details_for_expense' => 'Details for expense account ":name"',