dev #1383
Updated by Ayat Rahman over 1 year ago
**Description**:
The error message displayed when a corrupted file is uploaded is too lengthy and may be difficult for users to understand. The message should be simplified and should only provide the necessary information to the user without overwhelming them.
**Steps to reproduce**:
1. Upload a corrupted PDF file.
2. Observe the error message displayed.
**Expected behavior**:
The error message should be concise and user-friendly, clearly indicating that the file is corrupted without excessive detail.
**Actual behavior**:
The error message currently shows a large amount of text that is not easily understandable by the end-user.
**Suggested fix**:
Update the error message to be shorter and more focused. Example:
- **"Corrupted PDFs cannot be compressed!"** instead of a lengthy explanation.
---