Skip to content

Commit

Permalink
Rename "Name and Email" dedupe rules to "Name or Email"
Browse files Browse the repository at this point in the history
  • Loading branch information
larssandergreen committed Jun 27, 2023
1 parent 82bf9e9 commit b0b2952
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'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'], [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'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'], [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'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'], [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'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'], [
Expand Down

0 comments on commit b0b2952

Please sign in to comment.