Improve error message wording

This commit is contained in:
Marcus Moore 2023-02-13 13:34:20 -08:00 committed by snipe
parent e69fcf10b7
commit 9c25dd4eb6

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',
],