Browse Source

To be consistent with the list of users

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
pull/37582/head
Jérôme Herbinet 3 years ago
parent
commit
c343569b3f
  1. 2
      lib/private/Profile/ProfileManager.php

2
lib/private/Profile/ProfileManager.php

@ -440,7 +440,7 @@ class ProfileManager {
],
IAccountManager::PROPERTY_DISPLAYNAME => [
'appId' => self::CORE_APP_ID,
'displayId' => $this->l10nFactory->get('lib')->t('Full name'),
'displayId' => $this->l10nFactory->get('lib')->t('Display name'),
],
IAccountManager::PROPERTY_HEADLINE => [
'appId' => self::CORE_APP_ID,

Loading…
Cancel
Save