From 6d52b9348a4e24d015c43f29994c6dd1b99db17a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 15 Jun 2022 17:15:04 -0400 Subject: [PATCH] Metadata - Add title for UfMatch entity --- CRM/Core/DAO/UFMatch.php | 4 ++-- xml/schema/Core/UFMatch.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CRM/Core/DAO/UFMatch.php b/CRM/Core/DAO/UFMatch.php index 9ef7bd540a..71de7d0c94 100644 --- a/CRM/Core/DAO/UFMatch.php +++ b/CRM/Core/DAO/UFMatch.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFMatch.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:bb9d91c913ff3b1088ca8fa03cd23740) + * (GenCodeChecksum:fe0a85773ffa8532fab26a7036d904cf) */ /** @@ -99,7 +99,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO { * Whether to return the plural version of the title. */ public static function getEntityTitle($plural = FALSE) { - return $plural ? ts('UFMatches') : ts('UFMatch'); + return $plural ? ts('User Accounts') : ts('User Account'); } /** diff --git a/xml/schema/Core/UFMatch.xml b/xml/schema/Core/UFMatch.xml index 289f6bf925..1fed6fe263 100644 --- a/xml/schema/Core/UFMatch.xml +++ b/xml/schema/Core/UFMatch.xml @@ -4,6 +4,7 @@ CRM/Core UFMatch civicrm_uf_match + User Account The mapping from an user framework (UF) object to a CRM object. 1.1 true -- 2.25.1