Make WordPress Core

Opened 17 months ago

Closed 14 months ago

Last modified 14 months ago

#63048 closed enhancement (fixed)

"Admin Color Scheme" label should be changed to "Dashboard Color Scheme"

Reported by: ckoerner Owned by: audrasjb
Priority: normal Milestone: 6.9
Component: Text Changes Version:
Severity: normal Keywords: has-patch changes-requested
Cc: Focuses: ui, ui-copy

Description

When editing my user profile at wp-admin/profile.php there is a label titled "Admin Color Scheme". This is confusing as "Admin" or "Administrator" is also a WordPress user role. A person could have the user role of "Editor" but see this label and be confused as they are not an "Admin".

A better label given that documentation calls it the "Dashboard" would be to call this "Dashboard Color Scheme".

Attachments (1)

Screenshot 2025-03-03 at 4.33.02 PM.png (28.3 KB ) - added by ckoerner 17 months ago.

Download all attachments as: .zip

Change History (17)

#1 follow-up: @audrasjb
17 months ago

  • Milestone Awaiting Review6.9
  • Owner set to audrasjb
  • Status newaccepted

Hello and thanks for the ticket,
I fully agree with you. This may also be better for translation.

Last edited 17 months ago by audrasjb (previous) (diff)

This ticket was mentioned in PR #8449 on WordPress/wordpress-develop by @debarghyabanerjee.


17 months ago
#2

  • Keywords has-patch added

Trac Ticket: Core-63048

## Overview

This PR updates the label from Admin Color Scheme to Dashboard Color Scheme for better clarity and consistency across the WordPress admin interface.

#3 @debarghyabanerjee
17 months ago

@audrasjb, I wonder if only changing the label would be enough, there is a filter named admin_color_scheme_picker, won't that be a bit confusing? If we are showing the label as Dashboard Color Scheme and retaining the function name and filter name as admin_color_scheme_picker.

Keeping the Label Update PR raised for now, let's discuss further on this.

Please let me know your thoughts on this?

Last edited 17 months ago by debarghyabanerjee (previous) (diff)

#4 @audrasjb
17 months ago

  • Keywords commit added

I think changing the label is enough. Changing function names would be risky in term of backwards compatibility.

#5 @debarghyabanerjee
17 months ago

@audrasjb Makes sense, thanks for the update.

Can you please take a look into the PR.

Version 1, edited 17 months ago by debarghyabanerjee (previous) (next) (diff)

#6 in reply to: ↑ 1 @SergeyBiryukov
17 months ago

Replying to audrasjb:

I fully agree with you. This may also be better for translation.

Hmm, Dashboard does not seem quite accurate here, as the color scheme is for all of the administration screens, not just the Dashboard screen.

Maybe "Administration Color Scheme" would be more appropriate?

#7 @audrasjb
16 months ago

  • Keywords commit removed

Yes good point, "Administration Color Scheme" works for me.

#8 @debarghyabanerjee
16 months ago

Hi @audrasjb, I have updated the PR and have changed the label to "Administration Color Scheme".

#9 @corazondejaguar
14 months ago

I agree with this change, from the UI Copy perspective, as it matches documentation, and the behavior is intuitive enough for users to understand functionality 👍🏻

#10 @audrasjb
14 months ago

  • Keywords changes-requested added

Thanks for the review.
In the related PR we discussed to update a docblock as a follow-up to this change.
A new PR (or an update of the existing one) would be most welcome :)

@pedrofigueroa1989 commented on PR #8449:


14 months ago
#11

This is a bit picky, but the PR title and description still mention Dashboard instead of Administration.
Can we change it to keep everything consistent?

@debarghyabanerjee commented on PR #8449:


14 months ago
#12

@mardelnet Updated the Title and Description.

@audrasjb commented on PR #8449:


14 months ago
#13

Perfect, thanks for the update.
@mardelnet no strong need to update the PR title/desc, I'll commit this today anyway :)

#14 @debarghyabanerjee
14 months ago

Have addressed the changes requested.
Cc: @audrasjb

#15 @audrasjb
14 months ago

  • Resolutionfixed
  • Status acceptedclosed

In 60284:

Users: Update label from "Admin Color Scheme" to "Administration Color Scheme".

This prevents confusion between "Admin" as a user role and "Admin" when speaking about the dashboard itself.

Props ckoerner, audrasjb, debarghyabanerjee, SergeyBiryukov, corazondejaguar, pedrofigueroa1989.
Fixes #63048.

This ticket was mentioned in Slack in #core-test by pedro_figueroa. View the logs.


14 months ago

Note: See TracTickets for help on using tickets.