Katie Horn has uploaded a new change for review.
https://gerrit.wikimedia.org/r/156819
Change subject: Changing the default donor name to something less odd.
......................................................................
Changing the default donor name to something less odd.
The blank last name should cause the Thank You email to say
"Dear Donor" instead of "Dear Anonymous", but either way is
an improvement over what we're doing now.
Change-Id: Ia1525919b678eeb472a9becc5d803de3c1faf05c
---
M drupal
M sites/all/modules/wmf_civicrm/wmf_civicrm.module
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm
refs/changes/19/156819/1
diff --git a/drupal b/drupal
index ff3461b..391da27 160000
--- a/drupal
+++ b/drupal
-Subproject commit ff3461bb07ff0fce2119d6cbc84038913d28e640
+Subproject commit 391da272be7ade5d35e2c39d18d0b68de3e17089
diff --git a/sites/all/modules/wmf_civicrm/wmf_civicrm.module
b/sites/all/modules/wmf_civicrm/wmf_civicrm.module
index 68dd3da..45bdb67 100644
--- a/sites/all/modules/wmf_civicrm/wmf_civicrm.module
+++ b/sites/all/modules/wmf_civicrm/wmf_civicrm.module
@@ -1216,8 +1216,8 @@
}
if ( empty( $msg['first_name'] ) and empty( $msg['last_name'] ) ) {
- $msg['first_name'] = 'Chester';
- $msg['last_name'] = 'McDefault';
+ $msg['first_name'] = 'Anonymous';
+ $msg['last_name'] = '';
}
// Check for special flags
--
To view, visit https://gerrit.wikimedia.org/r/156819
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia1525919b678eeb472a9becc5d803de3c1faf05c
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Katie Horn <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits