X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FRelationshipCache.php;h=e967d2373fbb604534cab0546fe064a09c995b8f;hb=e02393e54a9c81aec4135ed68be8f75a276735d5;hp=e0d2713fc99a3e9195c26d894bae5d812f537224;hpb=6b003d9d3222344bba194523fd9daf102d405e15;p=civicrm-core.git diff --git a/Civi/Api4/RelationshipCache.php b/Civi/Api4/RelationshipCache.php index e0d2713fc9..e967d2373f 100644 --- a/Civi/Api4/RelationshipCache.php +++ b/Civi/Api4/RelationshipCache.php @@ -45,6 +45,7 @@ class RelationshipCache extends Generic\AbstractEntity { */ public static function getInfo() { $info = parent::getInfo(); + $info['bridge_title'] = ts('Relationship'); $info['bridge'] = [ 'near_contact_id' => ['description' => ts('One or more contacts with a relationship to this contact')], 'far_contact_id' => ['description' => ts('One or more contacts with a relationship to this contact')],