Skip to content

Commit

Permalink
feat(carddav): Add system address book display and description
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed May 11, 2023
1 parent 9d6fe1d commit b8f770b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/dav/lib/CardDAV/SystemAddressbook.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ public function __construct(BackendInterface $carddavBackend,
$this->request = $request;
$this->trustedServers = $trustedServers;
$this->groupManager = $groupManager;

$this->addressBookInfo['{DAV:}displayname'] = $l10n->t('Accounts');
$this->addressBookInfo['{' . Plugin::NS_CARDDAV . '}addressbook-description'] = $l10n->t('System address book which holds all accounts');
}

/**
Expand Down

0 comments on commit b8f770b

Please sign in to comment.