mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-26 16:07:18 +02:00
Fix name of search
This commit is contained in:
parent
699436c75b
commit
bbaafc43e1
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ return [
|
||||||
'params' => [
|
'params' => [
|
||||||
'version' => 4,
|
'version' => 4,
|
||||||
'values' => [
|
'values' => [
|
||||||
'name' => 'ContactCategories_Locus_3_0_expired_major_donor',
|
'name' => 'ContactCategories_Locus_3_0',
|
||||||
'label' => E::ts('ContactCategories Locus 3.0 expired major donor'),
|
'label' => E::ts('ContactCategories Locus 3.0 expired major donor'),
|
||||||
'api_entity' => 'Contact',
|
'api_entity' => 'Contact',
|
||||||
'api_params' => [
|
'api_params' => [
|
||||||
|
@ -45,7 +45,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'description' => E::ts('- last donation 36+ months before today
|
'description' => E::ts('Expired major donor. Last donation 36+ months before today
|
||||||
- 1+ donation of 500+ EUR'),
|
- 1+ donation of 500+ EUR'),
|
||||||
],
|
],
|
||||||
'match' => ['name'],
|
'match' => ['name'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue