Confusing language when showing history of issues mentioned in other issues
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Summary
This is a UX bug. When showing the "history" of an issue that has been mentioned in other related objects (MRs, other issues) the text reads "UserFirst UserLast @username mentioned in Artifact artifactlink time ago." This ends up being confusing without some additional noun in that sentence. Was the username mentioned?
Steps to reproduce
Create an issue and mention it in other issues.
Example Project
All
What is the current bug behavior?
As described above.
What is the expected correct behavior?
Less confusing as to what was mentioned. My suggestion would be "UserFirst UserLast @username mentioned this CurrentArtifactType in ArtifactType artifactlink time ago." or even simply "UserFirst UserLast @username mentioned this in ArtifactType artifactlink time ago."
Relevant logs and/or screenshots
Output of checks
This bug happens on GitLab.com
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:env:info)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true)(we will only investigate if the tests are passing)
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
