Opened 16 years ago
Closed 16 years ago
#15528 closed defect (bug) (fixed)
Show first name and last name for users in network/admin users
| Reported by: | PeteMall | Owned by: | PeteMall |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch dev-reviewed |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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$swith 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.