Improve error message wording

This commit is contained in:
Marcus Moore 2023-02-13 13:34:20 -08:00
parent 2349f54013
commit 4bdb1cf552
No known key found for this signature in database

View file

@ -50,7 +50,7 @@ return [
'file_delete_success' => 'Your file has been been successfully deleted',
'file_delete_error' => 'The file was unable to be deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in row 2 contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],