Pre-requisite:
User is on Create New Account page.
Steps:
1. Enter valus in Username field which is already registered.
2. enter email address
3. Click Finish button
Actual:
System displays validation message as "The name xyz is already taken"
Expected:
System should validation message as "The username xyz is already taken" i.e. 'name' text should be replaced with 'Username"
| Comment | File | Size | Author |
|---|---|---|---|
| #23 | string_inconsistency-1802128-23.patch | 20.28 KB | legolasbo |
Comments
Comment #1
roam2345 commentedhere is a patch to fix the username inconsistency
Comment #3
marcingy commentedIssue need to be fixed in d8 first note as this is a string change it might not be able to be backported to d7.
Comment #4
Anonymous (not verified) commentedLet's get technical linguistically and call it "User name" and "user name" throughout. It will lend itself better to translations.
Comment #5
roam2345 commentedHere is a patch against D8. (first attempt lets see how many tests i kill)
Comment #6
roam2345 commentedchange status.
Comment #8
roam2345 commentedMissed string should now all pass the tests.
Comment #9
roam2345 commentedqueue for testing
Comment #12
legolasboWorking on a reroll
Comment #13
legolasboI've rerolled the patch.
Comment #14
lokapujyaBut it's not a "user name", its a username. It's #1 that should be rerolled.
Comment #15
lokapujyaComment #19
legolasboRerolled the first patch.
Comment #20
lokapujyaI meant that it's the patch in #1 (the D7) patch that should be ported to D8.
Comment #21
legolasboI forgot to upload the patch, sorry.
Comment #23
legolasboI missed a "name", while looking for it i also found numerous "user name(s)" which i also replaced for consistency.
Comment #24
lokapujyaComment #25
webchickGoogle Fight and http://english.stackexchange.com/questions/43436/username-user-name-or-u... seem to back this up as well.
Committed and pushed to 8.x. Thanks!