| @@ -26,10 +26,10 @@ | ||
| 26 | 26 | ), |
| 27 | 27 | |
| 28 | 28 | 'errors' => array |
| 29 | 29 | ( |
| 30 | - 'is_numeric' => __('Numberic value required.', pixcustomify::textdomain()), | |
| 31 | - 'not_empty' => __('Field is required.', pixcustomify::textdomain()), | |
| 30 | + 'is_numeric' => __('Numberic value required.', 'customify' ), | |
| 31 | + 'not_empty' => __('Field is required.', 'customify' ), | |
| 32 | 32 | ), |
| 33 | 33 | |
| 34 | 34 | 'callbacks' => array |
| 35 | 35 | ( |