Skip to content

Commit

Permalink
Merge pull request #25473 from eileenmcnaughton/email
Browse files Browse the repository at this point in the history
dev/core#4096 Rename Primary Email to Is Primary
  • Loading branch information
colemanw authored Jan 31, 2023
2 parents be45150 + 7889dd6 commit 52669ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CRM/Core/DAO/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Core/Email.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:4cf435cd4ab6427311cbe3c4bdfee3d7)
* (GenCodeChecksum:9a78bc3d5abc98068f2615a4f6836141)
*/

/**
Expand Down Expand Up @@ -271,7 +271,7 @@ public static function &fields() {
'is_primary' => [
'name' => 'is_primary',
'type' => CRM_Utils_Type::T_BOOLEAN,
'title' => ts('Primary email'),
'title' => ts('Is Primary'),
'description' => ts('Is this the primary email address'),
'required' => TRUE,
'where' => 'civicrm_email.is_primary',
Expand Down
2 changes: 1 addition & 1 deletion xml/schema/Core/Email.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</index>
<field>
<name>is_primary</name>
<title>Primary email</title>
<title>Is Primary</title>
<type>boolean</type>
<default>0</default>
<required>true</required>
Expand Down

0 comments on commit 52669ff

Please sign in to comment.