grammar fix

This commit is contained in:
denisdulici 2018-10-29 18:57:20 +03:00
parent 685ccd93aa
commit 2a17c5cc53

View File

@ -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',
];