Fix related contacts label in search kit
authorColeman Watts <coleman@civicrm.org>
Fri, 17 Dec 2021 21:37:06 +0000 (16:37 -0500)
committerColeman Watts <coleman@civicrm.org>
Fri, 17 Dec 2021 21:37:06 +0000 (16:37 -0500)
Civi/Api4/RelationshipCache.php

index 682b3ff74ec5b68081c2fa4a937c91cbe84b57ae..77db19c2f2d75c1750052cbebebb810a8da3cafa 100644 (file)
@@ -49,6 +49,7 @@ class RelationshipCache extends Generic\AbstractEntity {
     $info['bridge'] = [
       'near_contact_id' => [
         'to' => 'far_contact_id',
+        'label' => ts('Related Contacts'),
         'description' => ts('One or more related contacts'),
       ],
     ];