diff --git a/themes/fid_bbi/templates/myresearch/profile.phtml b/themes/fid_bbi/templates/myresearch/profile.phtml
index 45462d37c34a4934c9d2933ad4f0726681764d2f..bdbab4b60b25d421c374f001cd3471940e6c984f 100644
--- a/themes/fid_bbi/templates/myresearch/profile.phtml
+++ b/themes/fid_bbi/templates/myresearch/profile.phtml
@@ -40,7 +40,7 @@ if (is_array($profile)) {
           $profile,
           array_merge(
             [ $this->transEsc('fid::label_username') => 'email' ],
-            $profile['academic_title']  ? [$this->transEsc('fid::label_home_library') => 'home_library'] : [],
+            $profile['home_library']  ? [$this->transEsc('fid::label_home_library') => 'home_library'] : [],
             $profile['academic_title']  ? [$this->transEsc('fid::label_academic_title') => 'academic_title'] : [],
             $profile['salutation']  ? [$this->transEsc('fid::label_salutation') => 'salutation'] : [],
             $profile['firstname'] ? [$this->transEsc('fid::label_firstname') => 'firstname'] : [],