From a90d26334579442dcfe19db4fd72c053e8441f31 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 21 Apr 2023 14:51:06 -0400 Subject: [PATCH] Add user-friendly label to contact.image_URL field --- CRM/Contact/DAO/Contact.php | 4 ++-- xml/schema/Contact/Contact.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Contact/DAO/Contact.php b/CRM/Contact/DAO/Contact.php index 339c3e0b49..e4794d7b5f 100644 --- a/CRM/Contact/DAO/Contact.php +++ b/CRM/Contact/DAO/Contact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/Contact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4df1e184c1090db6287b82aa8eee7048) + * (GenCodeChecksum:7cbc554ead9281e6c0ce8b7865056777) */ /** @@ -1114,7 +1114,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { 'localizable' => 0, 'html' => [ 'type' => 'File', - 'label' => ts("Image URL"), + 'label' => ts("Image"), ], 'add' => '1.1', ], diff --git a/xml/schema/Contact/Contact.xml b/xml/schema/Contact/Contact.xml index 569d40e025..4d25e0cd87 100644 --- a/xml/schema/Contact/Contact.xml +++ b/xml/schema/Contact/Contact.xml @@ -367,7 +367,7 @@ File 30 - + -- 2.25.1