Skip to content

Commit fb883bd

Browse files
committed
fixup! fix(CardDAV): set owner-principal, displayname properties for SAB
1 parent da0a3d2 commit fb883bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dav/lib/Connector/Sabre/Principal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public function getPrincipalByPath($path) {
211211
} elseif ($prefix === 'principals/system') {
212212
return [
213213
'uri' => 'principals/system/' . $name,
214-
'{DAV:}displayname' => $this->languageFactory->get('dav')->t($name),
214+
'{DAV:}displayname' => $this->languageFactory->get('dav')->t("Accounts"),
215215
];
216216
}
217217
return null;

0 commit comments

Comments
 (0)