Opened 14 years ago
Closed 14 years ago
#15528 closed defect (bug) (fixed)
Show first name and last name for users in network/admin users
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Administration | Keywords: | has-patch dev-reviewed |
Focuses: | Cc: |
Description
We display the user's first name + last name in siteadmin users list-table but use the display name in the network admin users list-table.
Jane suggested using first name + last name in both places.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Looks good.
For another ticket, I guess: Noticing that these aren't translatable, in either table. Probably not a regression, but shouldn't this be
%1$s %2$s
with a translator's comment ofTranslators: %1 first name, %2 last name
, for languages that flip these? I think that would also require a new sorting algorithm as well.