summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-07-12 05:46:09 +0000
committerLin Jen-Shin <godfat@godfat.org>2019-07-12 05:46:09 +0000
commitf9d8bd6b22b3d7f2bcab133deb5e1e727c32d8cc (patch)
tree8db30919942f4499a6a0dcf06388ffb65fe779be
parentb51ec1fb01922fe8b81ae3098a1578fb1622fabc (diff)
parentaf79787c41c1748b6fecdfcb9d16ae98eb2259cd (diff)
downloadgitlab-ce-f9d8bd6b22b3d7f2bcab133deb5e1e727c32d8cc.tar.gz
Merge branch '9768-allow-a-template-in-a-namespace-which-is-out-of-the-hierarchy-of-the-group-owning-the-template-ce-doc' into 'master'
Doc for "Allow a template in a namespace which is out of the hierarchy of the Group owning the template" See merge request gitlab-org/gitlab-ce!30601
-rw-r--r--doc/user/group/custom_project_templates.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/group/custom_project_templates.md b/doc/user/group/custom_project_templates.md
index 8a85c375490..7cdba8cf2b5 100644
--- a/doc/user/group/custom_project_templates.md
+++ b/doc/user/group/custom_project_templates.md
@@ -24,7 +24,7 @@ project in the group will be available to every logged in user.
However, private projects will be available only if the user is a member of the project.
NOTE: **Note:**
-Projects of nested subgroups of a selected template source cannot be used.
+Only direct subgroups can be set as the template source. Projects of nested subgroups of a selected template source cannot be used.
Repository and database information that are copied over to each new project are
identical to the data exported with [GitLab's Project Import/Export](../project/settings/import_export.md).