Skip to content

Change "Group projects" title for tile in Users admin page to "Groups"

Caleb Cooper requested to merge calebcooper-change-group-projects-title into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Within the Users screen in admin interface, the title for the groups of which the user is a member is misleading because it lists groups and subgroups, not projects. Projects are listed in other tiles.

This MR will change the title of that tile from "Group projects" to "Groups".

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

Current behavior:

Screenshot_2021-12-24_14-38-43

Proposed behavior:

Screenshot_2021-12-24_14-31-24

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Open /opt/gitlab/embedded/service/gitlab-rails/app/views/admin/users/projects.html.haml.
  2. Change the string "Group projects" to "Groups" on line 8 and save.
  3. Restart GitLab: gitlab-ctl restart.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports