Details
Description
In French, the PCP welcome e-mail does not have a valid "pcpTellFriendURL" because of the translation of the option values.
- if ($pcpStatus[$newStatus] == 'Approved') {
+ if ($pcpStatus[$newStatus] == ts('Approved')) {
In French, the PCP welcome e-mail does not have a valid "pcpTellFriendURL" because of the translation of the option values.