mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Terminology: Full name -> Display name
This commit is contained in:
parent
fce04bfa5c
commit
cec47a7bb1
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class Profile extends BaseProfile
|
||||||
|
|
||||||
$basic_fields = [];
|
$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)) {
|
if (Feature::isEnabled($profile['uid'], Feature::MEMBER_SINCE)) {
|
||||||
$basic_fields += self::buildField(
|
$basic_fields += self::buildField(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue