From c679508dd83a30f1fa4cff189153d51bc74134b8 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 +- view/lang/C/messages.po | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/Module/Profile/Profile.php b/src/Module/Profile/Profile.php index d7bd0d304e..446a393d75 100644 --- a/src/Module/Profile/Profile.php +++ b/src/Module/Profile/Profile.php @@ -178,7 +178,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( diff --git a/view/lang/C/messages.po b/view/lang/C/messages.po index 13d5a9feb3..ff7d2218f9 100644 --- a/view/lang/C/messages.po +++ b/view/lang/C/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2025.07-rc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-07 12:22+0200\n" +"POT-Creation-Date: 2025-09-07 23:20+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -8656,8 +8656,9 @@ msgstr "" msgid "You're currently viewing your profile as %s Cancel" msgstr "" -#: src/Module/Profile/Profile.php:181 -msgid "Full Name:" +#: src/Module/Profile/Profile.php:181 src/Module/Settings/Account.php:522 +#: src/Module/Settings/Profile/Index.php:300 +msgid "Display name:" msgstr "" #: src/Module/Profile/Profile.php:186 @@ -9290,11 +9291,6 @@ msgstr "" msgid "Basic Settings" msgstr "" -#: src/Module/Settings/Account.php:522 -#: src/Module/Settings/Profile/Index.php:300 -msgid "Display name:" -msgstr "" - #: src/Module/Settings/Account.php:523 msgid "Email Address:" msgstr ""