EngLearner
Member
- Joined
- May 13, 2023
- Member Type
- Student or Learner
- Native Language
- Ukrainian
- Home Country
- Ukraine
- Current Location
- Ukraine
Suppose John goes to a website and decides to sign up. He clicks the "Sign up" button, and the website redirects him to a page where he has to enter certain information. After filling out the form, he clicks the "Submit" button. The data he's entered goes to the server for processing. He sees the following status message:
The data you entered has been sent to the server for processing. This may take a few minutes.
Then he receives the following response from the server:
The data you entered didn't pass the validation procedure. Please correct the mistakes as specified and then resubmit the form.
He corrects the mistakes, resubmits the form and receives the following response:
Unfortunately, you haven't passed the validation procedure. The password you've entered contains less characters than is minimally acceptable, and the name you've specified contains unacceptable characters. Please correct the mistakes and resubmit the form.
Please proofread what I've written.
The data you entered has been sent to the server for processing. This may take a few minutes.
Then he receives the following response from the server:
The data you entered didn't pass the validation procedure. Please correct the mistakes as specified and then resubmit the form.
He corrects the mistakes, resubmits the form and receives the following response:
Unfortunately, you haven't passed the validation procedure. The password you've entered contains less characters than is minimally acceptable, and the name you've specified contains unacceptable characters. Please correct the mistakes and resubmit the form.
Please proofread what I've written.