-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'capitalize-mentioned-issue-notes' into 'master'
Capitalize mentioned issue timeline notes ## What does this MR do? Renames `mentioned in` to `Mentioned in` for issue timeline notes ## Are there points in the code the reviewer needs to double check? Shouldn't be any## Why was this MR needed? Resolves existing UI inconsistency as all the other issue timeline notes have their first letter capitalized. ## What are the relevant issue numbers? Closes #21416 ## Screenshots (if relevant) Before:  After:  ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - Tests - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !6028
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/services/system_note_service.rb 5 additions, 5 deletionsapp/services/system_note_service.rb
- features/steps/shared/issuable.rb 1 addition, 1 deletionfeatures/steps/shared/issuable.rb
- spec/features/issues/new_branch_button_spec.rb 1 addition, 1 deletionspec/features/issues/new_branch_button_spec.rb
- spec/features/notes_on_merge_requests_spec.rb 1 addition, 1 deletionspec/features/notes_on_merge_requests_spec.rb
- spec/models/note_spec.rb 1 addition, 1 deletionspec/models/note_spec.rb
- spec/requests/api/notes_spec.rb 1 addition, 1 deletionspec/requests/api/notes_spec.rb
- spec/services/system_note_service_spec.rb 5 additions, 5 deletionsspec/services/system_note_service_spec.rb
Please register or sign in to comment