diff options
author | Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | 2023-04-05 10:15:03 +0200 |
---|---|---|
committer | Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | 2023-04-18 15:47:26 +0200 |
commit | c343569b3f7b70bb1f264c76ee8d8b9982f6a89a (patch) | |
tree | f84b62058041ca64dd7e3883121a1cbafd0a005e /lib | |
parent | 1a255379e85f02f3fb301f709720f3210f56b011 (diff) | |
download | nextcloud-server-c343569b3f7b70bb1f264c76ee8d8b9982f6a89a.tar.gz nextcloud-server-c343569b3f7b70bb1f264c76ee8d8b9982f6a89a.zip |
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Profile/ProfileManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Profile/ProfileManager.php b/lib/private/Profile/ProfileManager.php index ddc0670604b..8de48994ff7 100644 --- a/lib/private/Profile/ProfileManager.php +++ b/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, |