Skip to content

Rename "Role" filter placeholder to "All users" on Users tab #1358

Description

@saetto

On the Users tab (Account → Users), the role filter dropdown's default/reset option is currently labeled "Role". Rename it to "All users" so it reads as a reset option consistently with the companion issue for the Chat tab channel filter (which uses "All channels" for its default option).

Location: src/server/HSMServer/Views/Account/Users.cshtml:64

<option value="">Role</option>

→ change the option text to All users (keep value="").

Note: _Chats.cshtml has a comment (around line 168-169) that explicitly says the channel filter "mirrors Users' 'Role' select semantics" — worth updating that comment too so it doesn't reference the old label.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions