diff --git a/wiki/setwikigroups.in b/wiki/setwikigroups.in
index 43c4fe62280e09deb9b03e58d4c6decfb49e6268..8eabcdb342455514d63ba13a4a965bf511e258c3 100644
--- a/wiki/setwikigroups.in
+++ b/wiki/setwikigroups.in
@@ -118,11 +118,11 @@ while (my ($pid,$wikiname,$trust) = $query_result->fetchrow_array()) {
     push(@glist, $wikiname);
 
     #
-    # Add to the admin group for the project if proj/group root.
-    # This admin project name is hardwired in the wikiproxy. Sorry.
+    # Add to the root group for the project if proj/group root.
+    # This root project name is hardwired in the wikiproxy. Sorry.
     #
     if ($trust eq "project_root" || $trust eq "group_root") {
-	push(@glist, "${wikiname}Admin");
+	push(@glist, "${wikiname}Root");
     }
 }
 
diff --git a/wiki/usertemplate.in b/wiki/usertemplate.in
index 200a0e76ff58d5340e5ca40eb3ab8d358608b175..51964feaf9a17ab580b6d012be75b23884021950 100644
--- a/wiki/usertemplate.in
+++ b/wiki/usertemplate.in
@@ -3,8 +3,7 @@ not familiar with the %WIKITOOLNAME% collaboration platform, please
 visit %TWIKIWEB%.WelcomeGuest first. See the links at your left for
 more information on how to write and create TWiki pages.
 
-__These are your Projects/Groups__
-	* Projects/Groups:
+__These are your Projects/Groups:__
 
 __Personal Preferences (details in %TWIKIWEB%.TWikiVariables)__
 	* Horizontal size of text edit box:
diff --git a/wiki/webhometemplate.in b/wiki/webhometemplate.in
index 82511a5b9998e8d963e11849622ff6cb64f325f9..3aeb320f56686cd3792bb4c53535e17c90e2958e 100644
--- a/wiki/webhometemplate.in
+++ b/wiki/webhometemplate.in
@@ -11,10 +11,10 @@ information on how to write and create TWiki pages.
 __TWiki groups that are relevant to your Project/Group__
 
 	* [[%MAINWEB%.%WEB%Group][%WEB%Group]]
-	* [[%MAINWEB%.%WEB%AdminGroup][%WEB%AdminGroup]]
+	* [[%MAINWEB%.%WEB%RootGroup][%WEB%RootGroup]]
 
 
-__Site Tools of the %WEB% Web__
+__Site Tools of the <nop>%WEB% Web__
 
 %INCLUDE{"%TWIKIWEB%.WebSiteTools"}%