From 1da0597e436a8dc4ba16b4bac3eca4dbe8103896 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 17 Dec 2021 16:37:06 -0500 Subject: [PATCH] Fix related contacts label in search kit --- Civi/Api4/RelationshipCache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Civi/Api4/RelationshipCache.php b/Civi/Api4/RelationshipCache.php index 682b3ff74e..77db19c2f2 100644 --- a/Civi/Api4/RelationshipCache.php +++ b/Civi/Api4/RelationshipCache.php @@ -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'), ], ]; -- 2.25.1