Skip to content

Commit

Permalink
updated upload error message
Browse files Browse the repository at this point in the history
  • Loading branch information
shindigira committed Apr 25, 2024
1 parent a0e3f4e commit 6563b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Filing/FilingApp/FileSubmission.data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const fileSubmissionStateAlert: Record<
[FileSubmissionState.UPLOAD_FAILED]: (
<Alert
className='mb-[2.8125rem] [&_div]:max-w-[41.875rem] [&_p]:max-w-[41.875rem]'
message='Your upload failed to complete'
message='There was a problem uploading your file'
status='error'
>
There was a connection issue or our service may be temporarily
Expand Down

0 comments on commit 6563b21

Please sign in to comment.