mirror of
https://github.com/friendica/friendica
synced 2025-04-23 14:30:11 +00:00
[frio] Add link to settings in account delegation page
This commit is contained in:
parent
ffb4292b0b
commit
126ef0ae82
2 changed files with 9 additions and 5 deletions
|
@ -144,7 +144,8 @@ class Delegation extends BaseModule
|
|||
}
|
||||
|
||||
$o = Renderer::replaceMacros(Renderer::getMarkupTemplate('delegation.tpl'), [
|
||||
'$title' => DI::l10n()->t('Manage Identities and/or Pages'),
|
||||
'$title' => DI::l10n()->t('Switch between your accounts'),
|
||||
'$settings_label' => DI::l10n()->t('Manage your accounts'),
|
||||
'$desc' => DI::l10n()->t('Toggle between different identities or community/group pages which share your account details or which you have been granted "manage" permissions'),
|
||||
'$choose' => DI::l10n()->t('Select an identity to manage: '),
|
||||
'$identities' => $identities,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue