|
33 | 33 | 'phoneNumber' => 'The {%1} field needs to be a valid Phone Number', |
34 | 34 | 'regex' => 'The {%1} field needs to contain a value with valid format', |
35 | 35 | 'jsonString' => 'The {%1} field needs to contain a valid JSON format string', |
36 | | - 'same' => 'The {%1} field should be same as {%2}', |
| 36 | + 'same' => 'The {%1} field should be same as the {%2}', |
37 | 37 | 'unique' => 'The {%1} field should only contain unique value', |
38 | | - 'fileSize' => 'The file size should correspond to {%1}', |
39 | | - 'fileMimeType' => 'The file mimetype should correspond to {%1}', |
40 | | - 'fileExtension' => 'The file extension should correspond to {%1}', |
41 | | - 'imageDimensions' => 'The image dimensions should correspond to {%1}', |
42 | | - 'nonExistingRecord' => 'There is no record matched to {%1}', |
| 38 | + 'fileSize' => 'The file size should correspond to the {%1}', |
| 39 | + 'fileMimeType' => 'The file mimetype should correspond to the {%1}', |
| 40 | + 'fileExtension' => 'The file extension should correspond to the {%1}', |
| 41 | + 'imageDimensions' => 'The image dimensions should correspond to the {%1}', |
| 42 | + 'nonExistingRecord' => 'There is no record matched to the {%1}', |
43 | 43 | 'nonEqualValues' => 'Values are not equal', |
44 | 44 | 'unauthorizedRequest' => 'Unauthorized request', |
45 | 45 | 'uniqueUser' => 'The value of {%1} field is already exists in our database', |
|
0 commit comments