]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseSettings.php
Prevent settings/userexport to be used by anonymous users
[friendica.git] / src / Module / BaseSettings.php
index 8621427f7611c0e43b3ac90438e17df4b80255e1..4baceee856e059a70be761bc81857b5da12dba8f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -91,7 +91,7 @@ class BaseSettings extends BaseModule
                ];
 
                $tabs[] = [
-                       'label' => DI::l10n()->t('Delegations'),
+                       'label' => DI::l10n()->t('Manage Accounts'),
                        'url' => 'settings/delegation',
                        'selected' => (($a->argc > 1) && ($a->argv[1] === 'delegation') ? 'active' : ''),
                        'accesskey' => 'd',