diff --git a/packages/person-profile/src/person-profile.js b/packages/person-profile/src/person-profile.js
index 46b0455a7a7eb6cb8f453c7dc16ea6d66a6451d5..c78a0b9b629662f2e1b2010467d60de2d08bb061 100644
--- a/packages/person-profile/src/person-profile.js
+++ b/packages/person-profile/src/person-profile.js
@@ -89,7 +89,7 @@ export class PersonProfile extends DBPLitElement {
             }
             </style>
 
-            ${this.person !== null && this.person.name !== '' ? html`<h3>${i18n.t('person-profile.profile-caption')} ${this.person.name}</h3>
+            ${this.person !== null ? html`<h3>${i18n.t('person-profile.profile-caption')} ${this.person.givenName} ${this.person.familyName}</h3>
             <table class="profile">
             <thead></thead>
             <tbody>