]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Moderation/Summary.php
Update function / rearrange tab order
[friendica.git] / src / Module / Moderation / Summary.php
index 3d7c007a4effd92a01638f5ed90052aa05b1c85d..849eb284f52d11baf5fd2357276c9aaf783a4bec 100644 (file)
@@ -52,10 +52,10 @@ class Summary extends BaseModeration
                $accounts = [
                        [$this->t('Normal Account'), 0],
                        [$this->t('Automatic Follower Account'), 0],
-                       [$this->t('Public Forum Account'), 0],
+                       [$this->t('Public Group Account'), 0],
                        [$this->t('Automatic Friend Account'), 0],
                        [$this->t('Blog Account'), 0],
-                       [$this->t('Private Forum Account'), 0]
+                       [$this->t('Private Group Account'), 0]
                ];
 
                $users = 0;