From be6757c2904c19c2b27972792ec6ad05403462be Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Aug 2017 21:36:26 +0200 Subject: [PATCH] Fix some strings [skip ci] --- resources/lang/en_US/intro.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/en_US/intro.php b/resources/lang/en_US/intro.php index 007d726e06..309040f434 100644 --- a/resources/lang/en_US/intro.php +++ b/resources/lang/en_US/intro.php @@ -44,15 +44,15 @@ return [ 'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.', 'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.', - 'reports_report_category_intro' => 'This report will give you insight in or multiple categories.', + 'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.', 'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.', 'reports_report_category_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per category.', - 'reports_report_tag_intro' => 'This report will give you insight in or multiple tags.', + 'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.', 'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.', 'reports_report_tag_incomeAndExpensesChart' => 'This chart shows you how your expenses and income per tag.', - 'reports_report_budget_intro' => 'This report will give you insight in or multiple budgets.', + '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 you how your expenses and income per budget.',