| @@ -36,8 +36,8 @@ | ||
| 36 | 36 | public function getRequiredError(): array |
| 37 | 37 | { |
| 38 | 38 | return [ |
| 39 | 39 | 'error_id' => $this->name, |
| 40 | - 'error_message' => __('Please enter a value for ' . $this->name, 'give'), | |
| 40 | + 'error_message' => __('Please enter a value for ', 'give') . $this->name, | |
| 41 | 41 | ]; |
| 42 | 42 | } |
| 43 | 43 | } |