Merge pull request #21250 from agileware/CIVICRM-1820
[civicrm-core.git] / Civi / Api4 / RelationshipCache.php
index e0d2713fc99a3e9195c26d894bae5d812f537224..e967d2373fbb604534cab0546fe064a09c995b8f 100644 (file)
@@ -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')],