X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FBaseSettings.php;h=aad67b25f5ee909dc95702cb2dda8275e531390f;hb=14274bc2040d95242e01d55543a1bd2dd1a8ae62;hp=d4652cc9f168f3a9a4d68d471a81eb059694ff6a;hpb=42775d53b2c5177cae2e0e1dacb0a32f92e4a83b;p=friendica.git diff --git a/src/Module/BaseSettings.php b/src/Module/BaseSettings.php index d4652cc9f1..aad67b25f5 100644 --- a/src/Module/BaseSettings.php +++ b/src/Module/BaseSettings.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module; @@ -72,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',