diff options
author | Simon L <szaimen@e.mail.de> | 2023-04-18 23:48:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-18 23:48:18 +0200 |
commit | d6f51cf9432f19c3c826b4a6350476d747132e5b (patch) | |
tree | 5ea23fe45353a0316e1a7eab2408145529f5e09a /lib | |
parent | c0dbcb22dc5453aad9d6e888a79c1badda70877e (diff) | |
parent | c343569b3f7b70bb1f264c76ee8d8b9982f6a89a (diff) | |
download | nextcloud-server-d6f51cf9432f19c3c826b4a6350476d747132e5b.tar.gz nextcloud-server-d6f51cf9432f19c3c826b4a6350476d747132e5b.zip |
Merge pull request #37582 from Jerome-Herbinet/patch-16
To be consistent with the same field's title in the list of users
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, |