Fix label for participant role
[civicrm-core.git] / CRM / Event / DAO / Participant.php
index 74b25157d243529468275fd4889fda3b20585809..1dd50ba91d8ed17e03121a914fb3d5dcd1936e70 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Event/Participant.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:fcaf9990a79e1ea3bd799a6ff75db893)
+ * (GenCodeChecksum:4ca199ee96c9079ad7ce673c7a06d5f6)
  */
 
 /**
@@ -315,7 +315,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
         'participant_role_id' => [
           'name' => 'role_id',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Participant Role'),
+          'title' => ts('Participant Role ID'),
           'description' => ts('Participant role ID. Implicit FK to civicrm_option_value where option_group = participant_role.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
@@ -331,6 +331,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'serialize' => self::SERIALIZE_SEPARATOR_TRIMMED,
           'html' => [
             'type' => 'Select',
+            'label' => ts("Participant Role"),
           ],
           'pseudoconstant' => [
             'optionGroupName' => 'participant_role',