From 1c54fab83b1c56a8c9e6a3e75acb8057604396c1 Mon Sep 17 00:00:00 2001 From: Christian Wach Date: Mon, 23 May 2022 15:50:42 +0100 Subject: [PATCH] Capitalise event setting title --- CRM/Event/DAO/Event.php | 4 ++-- xml/schema/Event/Event.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Event/DAO/Event.php b/CRM/Event/DAO/Event.php index cfded17014..b949ec5b81 100644 --- a/CRM/Event/DAO/Event.php +++ b/CRM/Event/DAO/Event.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/Event.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8e47b6d674b9aa18013e67f27b4b355d) + * (GenCodeChecksum:ddad900cfc0f303d651fa7b935157992) */ /** @@ -1112,7 +1112,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { 'is_show_location' => [ 'name' => 'is_show_location', 'type' => CRM_Utils_Type::T_BOOLEAN, - 'title' => ts('show location'), + 'title' => ts('Show Location'), 'description' => ts('If true, show event location.'), 'required' => TRUE, 'where' => 'civicrm_event.is_show_location', diff --git a/xml/schema/Event/Event.xml b/xml/schema/Event/Event.xml index b1cd25753a..88be40b997 100644 --- a/xml/schema/Event/Event.xml +++ b/xml/schema/Event/Event.xml @@ -307,7 +307,7 @@ is_show_location boolean true - show location + Show Location 1 If true, show event location. 1.7 -- 2.25.1