Update validation messages for clarity in English and Spanish
- Revised the 'invalid_json' validation message in both English and Spanish to enhance clarity and user understanding. The new messages are more concise and direct, improving the overall user experience when inputting data.
This commit is contained in:
@@ -149,6 +149,6 @@ return [
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
'invalid_json' => 'The entered data is invalid JSON. Please correct the data and try again.',
|
||||
'invalid_json' => 'Invalid input. Please correct and try again.',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user