diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-03-04 21:13:00 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-03-04 21:13:00 +0000 |
commit | 64118cea280f094aba8b071c292b05dd0dd7ec93 (patch) | |
tree | d85d00607e7041f7a755594c45ac4e841a8a092d /doc | |
parent | 2b7cddcf8ad7a2ae803f2b1b8584bf6c4487a749 (diff) | |
download | gitlab-ce-64118cea280f094aba8b071c292b05dd0dd7ec93.tar.gz |
Change header of section on replying to a non-discussion comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/discussions/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/discussions/index.md b/doc/user/discussions/index.md index 9838fdeff6d..58d30643746 100644 --- a/doc/user/discussions/index.md +++ b/doc/user/discussions/index.md @@ -339,7 +339,7 @@ and push the suggested change directly into the codebase in the merge request's Custom commit messages will be introduced by [#54404](https://gitlab.com/gitlab-org/gitlab-ce/issues/54404). -## Start a discussion from a non-discussion comment +## Start a discussion by replying to a non-discussion comment > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/30299) in GitLab 11.9 @@ -356,7 +356,7 @@ Clicking on the **Reply to comment** button will bring the reply area into focus Relying to a non-discussion comment will convert the non-discussion comment to a threaded discussion once the reply is submitted. -This feature only exists for Issues, Merge requests, and Epics. Commits, Snippets and Merge request diff discussions are not supported yet. +This feature only exists for Issues, Merge requests, and Epics. Commits, Snippets and Merge request diff discussions are not supported yet. [ce-5022]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5022 [ce-7125]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7125 |