mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:50: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
|
@ -271,7 +271,7 @@ class Nav
|
|||
$nav['messages']['new'] = ['message/new', DI::l10n()->t('New Message'), '', DI::l10n()->t('New Message')];
|
||||
|
||||
if (is_array($a->identities) && count($a->identities) > 1) {
|
||||
$nav['delegation'] = ['delegation', DI::l10n()->t('Delegation'), '', DI::l10n()->t('Manage other pages')];
|
||||
$nav['delegation'] = ['delegation', DI::l10n()->t('Accounts'), '', DI::l10n()->t('Manage other pages')];
|
||||
}
|
||||
|
||||
$nav['settings'] = ['settings', DI::l10n()->t('Settings'), '', DI::l10n()->t('Account settings')];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue