Define gettext translation for world_region
[civicrm-core.git] / CRM / Core / DAO / UFGroup.php
index 1480a27e7b2e7c0f2578b4c27c4a20bab79e3560..3c0bd025c2b39d8b8afee7bae39483dc1adb58e7 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/UFGroup.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a48f9522d0bd2e1d485064ebfc66f9a2)
+ * (GenCodeChecksum:e5e629c4f6d56d238b4ac28e822cea8a)
  */
 
 /**
@@ -291,7 +291,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
         'title' => [
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Title'),
+          'title' => ts('Profile Name'),
           'description' => ts('Form title.'),
           'required' => TRUE,
           'maxlength' => 64,
@@ -300,11 +300,14 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 1,
+          'html' => [
+            'type' => 'Text',
+          ],
         ],
         'frontend_title' => [
           'name' => 'frontend_title',
           'type' => CRM_Utils_Type::T_STRING,
-          'title' => ts('Frontend Title'),
+          'title' => ts('Public Title'),
           'description' => ts('Profile Form Public title'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -312,6 +315,9 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
           'localizable' => 1,
+          'html' => [
+            'type' => 'Text',
+          ],
         ],
         'description' => [
           'name' => 'description',