]> 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 c8719c14dc27e5e5c2fd2bedb62273dff92d7061..849eb284f52d11baf5fd2357276c9aaf783a4bec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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;