diff --git a/Controller/GrouperGroupsController.php b/Controller/GrouperGroupsController.php index 5f7f52d..e778038 100644 --- a/Controller/GrouperGroupsController.php +++ b/Controller/GrouperGroupsController.php @@ -343,7 +343,7 @@ public function groupCreateTemplateForm() { } } //TODO - not sure if will be able to edit via Templates, so will need to fix once known. - $this->set('title', _txt('pl.grouperlite.title.groupcreate')); + $this->set('title', _txt('pl.grouperlite.title.templatecreate')); //$this->set('grouperstems', $this->GrouperGroup->getOwnedStems($this->userId)); } diff --git a/Lib/lang.php b/Lib/lang.php index f8e3349..f4124d7 100644 --- a/Lib/lang.php +++ b/Lib/lang.php @@ -30,6 +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.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/Elements/Components/navigation-emaillists.ctp b/View/Elements/Components/navigation-emaillists.ctp index 6612a61..7597315 100644 --- a/View/Elements/Components/navigation-emaillists.ctp +++ b/View/Elements/Components/navigation-emaillists.ctp @@ -40,14 +40,14 @@