We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0a3d2 commit fb883bdCopy full SHA for fb883bd
apps/dav/lib/Connector/Sabre/Principal.php
@@ -211,7 +211,7 @@ public function getPrincipalByPath($path) {
211
} elseif ($prefix === 'principals/system') {
212
return [
213
'uri' => 'principals/system/' . $name,
214
- '{DAV:}displayname' => $this->languageFactory->get('dav')->t($name),
+ '{DAV:}displayname' => $this->languageFactory->get('dav')->t("Accounts"),
215
];
216
}
217
return null;
0 commit comments