@@ -94,7 +94,7 @@ |
||
94 | 94 | public function getErrorMessage(string $field, $value, Validator $validator): string |
95 | 95 | { |
96 | 96 | if($this->include){ |
97 | - return $validator->translate( |
|
97 | + return $validator->translate( |
|
98 | 98 | '%s must be before or equal to the date [%s]!', |
99 | 99 | $validator->getLabel($field), |
100 | 100 | $this->date |