From 1d30b586852670ecb15ab904821b1adc088a4e6c Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 29 Jan 2022 09:14:16 +0100 Subject: [PATCH] Fix a source string. --- resources/lang/en_US/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 7b7250c6fc..0445568de4 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -349,7 +349,7 @@ return [ 'search_modifier_date_is_day' => 'Transaction is on day of month ":value"', 'search_modifier_date_before_year' => 'Transaction is before or in year ":value"', 'search_modifier_date_before_month' => 'Transaction is before or in month ":value"', - 'search_modifier_date_before_day' => 'Transaction before or on day of month ":value"', + 'search_modifier_date_before_day' => 'Transaction is before or on day of month ":value"', 'search_modifier_date_after_year' => 'Transaction is in or after year ":value"', 'search_modifier_date_after_month' => 'Transaction is in or after month ":value"', 'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',