]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Moderation/BaseUsers.php
Update function / rearrange tab order
[friendica.git] / src / Module / Moderation / BaseUsers.php
index cbcb625a863c93ae56153d061d55de5296fcc671..2d352dbdc3e1462ec21f1e331a98ccd6c36f9057 100644 (file)
@@ -118,15 +118,15 @@ abstract class BaseUsers extends BaseModeration
                        $page_types = [
                                User::PAGE_FLAGS_NORMAL    => $this->t('Normal Account Page'),
                                User::PAGE_FLAGS_SOAPBOX   => $this->t('Soapbox Page'),
-                               User::PAGE_FLAGS_COMMUNITY => $this->t('Public Forum'),
+                               User::PAGE_FLAGS_COMMUNITY => $this->t('Public Group'),
                                User::PAGE_FLAGS_FREELOVE  => $this->t('Automatic Friend Page'),
-                               User::PAGE_FLAGS_PRVGROUP  => $this->t('Private Forum')
+                               User::PAGE_FLAGS_PRVGROUP  => $this->t('Private Group')
                        ];
                        $account_types = [
                                User::ACCOUNT_TYPE_PERSON       => $this->t('Personal Page'),
                                User::ACCOUNT_TYPE_ORGANISATION => $this->t('Organisation Page'),
                                User::ACCOUNT_TYPE_NEWS         => $this->t('News Page'),
-                               User::ACCOUNT_TYPE_COMMUNITY    => $this->t('Community Forum'),
+                               User::ACCOUNT_TYPE_COMMUNITY    => $this->t('Community Group'),
                                User::ACCOUNT_TYPE_RELAY        => $this->t('Relay'),
                        ];