From db3026df359127cb17840d83df36df77032ae1a4 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 23 Nov 2022 12:06:31 +1100 Subject: [PATCH] Translation strings for p/l reports --- lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index 9807483ad6d0..1bc294749e4a 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4847,7 +4847,7 @@ $LANG = array( 'cash_vs_accrual' => 'Accrual accounting', 'cash_vs_accrual_help' => 'Turn on for accrual reporting, turn off for cash basis reporting.', 'expense_paid_report' => 'Expensed reporting', - 'expense_paid_report_help' => 'Turn on for reporting all expense, turn off for reporting only paid expenses', + 'expense_paid_report_help' => 'Turn on for reporting all expenses, turn off for reporting only paid expenses', ); return $LANG;