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:
Julien Nahum 2024-12-09 20:28:34 +01:00
parent 705c84dae4
commit d09b5c45a5
2 changed files with 2 additions and 2 deletions

View File

@ -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.',
];

View File

@ -152,6 +152,6 @@ return [
'message' => 'mensaje',
],
'invalid_json' => 'Los datos ingresados no son JSON válido. Por favor, corrija los datos e intente nuevamente.',
'invalid_json' => 'Entrada no válida. Por favor, corrija e intente nuevamente.',
];