'name' => ts("Mailing Footer"),
"component_type" => "Footer",
'subject' => ts("Descriptive Title for this Footer."),
- 'body_html' => ts('Sample Footer for HTML formatted content<br/><a href="{action.optOutUrl}">Unsubscribe</a> <br/> {domain.address}'),
- 'body_text' => ts("to unsubscribe: {action.optOutUrl}\n{domain.address}"),
+ 'body_html' => ts('Sample Footer for HTML formatted content<br/><a href="{action.optOutUrl}">Opt out of any future emails</a> <br/> {domain.address}'),
+ 'body_text' => ts("Opt out of any future emails: {action.optOutUrl}\n{domain.address}"),
],
[
'name' => ts('Subscribe Message'),
// body_html, filtered
"You can go to \\[Google\\]\\(http://example.net/first\?cs=[0-9a-f_]+\\) or \\[opt out\\]\\(http.*civicrm/mailing/optout.*\\)\\.\n" .
// Default footer
- "to unsubscribe: http.*civicrm/mailing/optout" .
+ "Opt out of any future emails: http.*civicrm/mailing/optout" .
";",
$textPart->text
);