]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/GroupManager.php
Update src/Content/GroupManager.php
[friendica.git] / src / Content / GroupManager.php
index 9377ea32e991a1d8b104b131e63aa2d0cad7cb86..d7848b41bf0f5d5742ce451ce6c2b5ecbd4e3ba0 100644 (file)
@@ -151,10 +151,12 @@ class GroupManager
                                        '$title'        => DI::l10n()->t('Groups'),
                                        '$groups'       => $entries,
                                        '$link_desc'    => DI::l10n()->t('External link to group'),
+                                       '$new_group_page' => 'register/',
                                        '$total'        => $total,
                                        '$visible_groups' => $visibleGroups,
                                        '$showless'     => DI::l10n()->t('show less'),
-                                       '$showmore'     => DI::l10n()->t('show more')]
+                                       '$showmore'     => DI::l10n()->t('show more'),
+                                       '$create_new_group' => DI::l10n()->t('Create new group')]
                        );
                }