From 86aa27d92c8787facd2821bc51d9e2278a25d962 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 06:23:01 +0200 Subject: [PATCH] Fix language string [skip ci] --- resources/lang/en_US/intro.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en_US/intro.php b/resources/lang/en_US/intro.php index 9e1dec3657..02a0eead23 100644 --- a/resources/lang/en_US/intro.php +++ b/resources/lang/en_US/intro.php @@ -53,8 +53,8 @@ return [ 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.', 'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.', - 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses and income per budget or per account.', - 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses and income per budget.', + 'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.', + 'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.', // create transaction 'transactions_create_switch_box' => 'Use these buttons to quickly switch the type of transaction you wish to save.',