Ticket #5139 (closed defect (bug): fixed)

Opened 1 year ago

Last modified 1 year ago

Capitalization error on add user form error

Reported by: Viper007Bond Assigned to: anonymous
Priority: lowest Milestone: 2.5
Component: i18n Version: 2.3
Severity: trivial Keywords: has-patch
Cc:

Description

Go to /wp-admin/users.php and submit the add user form without entering any data. You'll get the following error messages:

ERROR: Please enter a username.

ERROR: Please enter your password twice.

ERROR: please type an e-mail address

Note the capitalization on the e-mail address error message and lack of a period.

Attachments

5139.diff (2.2 kB) - added by DD32 on 10/04/07 13:05:14.
Capitalisation + s/type/enter/ + quotation style

Change History

10/04/07 12:41:33 changed by Viper007Bond

  • summary changed from Capitalization error to Capitalization error on add user form error.

10/04/07 12:59:12 changed by Viper007Bond

If you enter a non-email, it's also bad:

ERROR: the email address isn't correct

10/04/07 13:05:14 changed by DD32

  • attachment 5139.diff added.

Capitalisation + s/type/enter/ + quotation style

10/04/07 15:28:32 changed by foolswisdom

  • keywords changed from needs-patch to has-patch.
  • milestone changed from 2.3.1 to 2.4.

10/04/07 19:38:35 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

(In [6188]) Some error message normalization from Viper007Bond and DD32. fixes #5139