diff --git a/Lib/lang.php b/Lib/lang.php index f4124d7..ea3a7b5 100644 --- a/Lib/lang.php +++ b/Lib/lang.php @@ -30,7 +30,7 @@ 'pl.grouperlite.title.emaillists-manage' => 'Email lists I manage', 'pl.grouperlite.title.emaillistsinfo' => 'Email list configuration and attributes', 'pl.grouperlite.title.groupcreate' => 'Create Group', - 'pl.grouperlite.title.templatecreate' => 'Create Email List', + 'pl.grouperlite.title.templatecreate' => 'Create a Templated Group', 'pl.grouperlite.message.flash.join-group-success' => 'You have been added to the group!', 'pl.grouperlite.message.flash.join-group-failed' => 'You are unable to join the group!', diff --git a/View/GrouperGroups/groupcreatetemplateform.ctp b/View/GrouperGroups/groupcreatetemplateform.ctp index 612d982..da4eb0c 100644 --- a/View/GrouperGroups/groupcreatetemplateform.ctp +++ b/View/GrouperGroups/groupcreatetemplateform.ctp @@ -1,6 +1,6 @@ extend('/GrouperGroups/base'); -$this->Html->addCrumb('Create a Template Group'); +$this->Html->addCrumb('Create a Templated Group'); $model = $this->name; ?> diff --git a/View/GrouperGroups/groupfields.inc b/View/GrouperGroups/groupfields.inc index b826cf9..f71859e 100644 --- a/View/GrouperGroups/groupfields.inc +++ b/View/GrouperGroups/groupfields.inc @@ -107,7 +107,7 @@ $PRIVELAGES = array('READ', 'VIEW', 'OPTIN', 'OPTOUT', 'ATTRIBUTE_READ'); )); */ ?> --> -