mirror of
https://github.com/friendica/friendica
synced 2025-04-23 00:30:11 +00:00
"Delegations" is renamed to "Accounts"
This commit is contained in:
parent
61cc047611
commit
c57246450f
3 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue