From cec47a7bb18d1384e3471cecac226bd2c9c2fe71 Mon Sep 17 00:00:00 2001 From: Marcus Funch Date: Wed, 4 Jun 2025 14:52:01 +0200 Subject: [PATCH] Terminology: Full name -> Display name --- src/Module/Profile/Profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Profile/Profile.php b/src/Module/Profile/Profile.php index 58f829907e..3157603989 100644 --- a/src/Module/Profile/Profile.php +++ b/src/Module/Profile/Profile.php @@ -173,7 +173,7 @@ class Profile extends BaseProfile $basic_fields = []; - $basic_fields += self::buildField('fullname', $this->t('Full Name:'), $this->cleanInput($profile['uri-id'], $profile['name'])); + $basic_fields += self::buildField('fullname', $this->t('Display name:'), $this->cleanInput($profile['uri-id'], $profile['name'])); if (Feature::isEnabled($profile['uid'], Feature::MEMBER_SINCE)) { $basic_fields += self::buildField(