Merge pull request #23951 from civicrm/5.51
[civicrm-core.git] / CRM / Event / DAO / Event.php
index cfded17014a7678d9f01259e7fc692fec89928aa..b949ec5b81d26f80569c7fb81f613588f41b3eb3 100644 (file)
@@ -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',