From 2a17c5cc532b60a828788079e05a0626682d5748 Mon Sep 17 00:00:00 2001 From: denisdulici Date: Mon, 29 Oct 2018 18:57:20 +0300 Subject: [PATCH] grammar fix --- resources/lang/en-GB/recurring.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en-GB/recurring.php b/resources/lang/en-GB/recurring.php index 92099c71c..79fefa042 100644 --- a/resources/lang/en-GB/recurring.php +++ b/resources/lang/en-GB/recurring.php @@ -15,6 +15,6 @@ return [ 'weeks' => 'Week(s)', 'months' => 'Month(s)', 'years' => 'Year(s)', - 'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', + 'message' => 'This is a recurring :type and the next :type will be automatically generated on :date', ];