diff --git a/www/group_defs.php b/www/group_defs.php
index fc44ec7091bcc12664218c78c8c7354916b09aa4..326e472cc745f12f84ed19c2af51b43b6d36da3e 100644
--- a/www/group_defs.php
+++ b/www/group_defs.php
@@ -703,13 +703,13 @@ class Group
 	   "Country:         $usr_country\n".
 	   "Phone:           $usr_phone\n".
 	   "\n".
-	    ($project->viaAPT() ?
-	     "You can approve or reject this user at:\n\n".
-	     "$APTBASE/approveuser.php?uid=$joining_uid\n\n"
-	     :
-	     "Please return to $TBWWW,\n".
-	     "log in, and select the 'New User Approval' page to enter your\n".
-	     "decision regarding $usr_name's membership in your project.\n\n") .
+	   ($project->isAPT() || $project->isCloud() ?
+	    "You can approve or reject this user at:\n\n".
+	    "$APTBASE/approveuser.php?uid=$joining_uid\n\n"
+	    :
+	    "Please return to $TBWWW,\n".
+	    "log in, and select the 'New User Approval' page to enter your\n".
+	    "decision regarding $usr_name's membership in your project.\n\n") .
 	   "Thanks!\n",
 	   "From: $usr_name '$joining_uid' <$usr_email>\n".
 	   "Cc: $allleaders\n".