Rename "Name and Email" dedupe rules to "Name or Email"
authorlarssandergreen <lars@wildsight.ca>
Tue, 27 Jun 2023 20:55:53 +0000 (14:55 -0600)
committerlarssandergreen <lars@wildsight.ca>
Tue, 27 Jun 2023 20:55:53 +0000 (14:55 -0600)
sql/civicrm_data/civicrm_dedupe_rule/HouseholdSupervised.sqldata.php
sql/civicrm_data/civicrm_dedupe_rule/HouseholdUnsupervised.sqldata.php
sql/civicrm_data/civicrm_dedupe_rule/OrganizationSupervised.sqldata.php
sql/civicrm_data/civicrm_dedupe_rule/OrganizationUnsupervised.sqldata.php

index b907f0cadd8a2af6e7ba8ba7c53e171fcd38d80f..36adf524cc1a19422c9122e34ccf2f1c8b18636b 100644 (file)
@@ -4,7 +4,7 @@ return CRM_Core_CodeGen_DedupeRule::create('HouseholdSupervised')
     'contact_type' => 'Household',
     'threshold' => 10,
     'used' => 'Supervised',
-    'title' => ts('Name and Email'),
+    'title' => ts('Name or Email'),
     'is_reserved' => 0,
   ])
   ->addValueTable(['rule_table', 'rule_field', 'rule_weight'], [
index 37499430e6d019566d43dd1c6b18901741cac6e8..a906b50a32956610909a4df7e36b367d9815f3e9 100644 (file)
@@ -4,7 +4,7 @@ return CRM_Core_CodeGen_DedupeRule::create('HouseholdUnsupervised')
     'contact_type' => 'Household',
     'threshold' => 10,
     'used' => 'Unsupervised',
-    'title' => ts('Name and Email'),
+    'title' => ts('Name or Email'),
     'is_reserved' => 0,
   ])
   ->addValueTable(['rule_table', 'rule_field', 'rule_weight'], [
index 556feea24a5a2c8148290402845e834720f4239f..eeaa154210ba3ff3053a0b7fd268b7772807fde0 100644 (file)
@@ -4,7 +4,7 @@ return CRM_Core_CodeGen_DedupeRule::create('OrganizationSupervised')
     'contact_type' => 'Organization',
     'threshold' => 10,
     'used' => 'Supervised',
-    'title' => ts('Name and Email'),
+    'title' => ts('Name or Email'),
     'is_reserved' => 0,
   ])
   ->addValueTable(['rule_table', 'rule_field', 'rule_weight'], [
index f1fe0c33680738bbf3522aeffc00f48d76f1496e..6b1740283e4bf47715c8fc8e6e2067d692700c0e 100644 (file)
@@ -4,7 +4,7 @@ return CRM_Core_CodeGen_DedupeRule::create('OrganizationUnsupervised')
     'contact_type' => 'Organization',
     'threshold' => 10,
     'used' => 'Unsupervised',
-    'title' => ts('Name and Email'),
+    'title' => ts('Name or Email'),
     'is_reserved' => 0,
   ])
   ->addValueTable(['rule_table', 'rule_field', 'rule_weight'], [