Update sign-up confirmation email

[MAILPOET-2187]
This commit is contained in:
Ján Mikláš
2019-08-15 10:48:58 +02:00
committed by M. Shull
parent c41cf37dda
commit 3367a3bc8c
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ class SettingsController {
'signup_confirmation' => [
'enabled' => true,
'subject' => sprintf(__('Confirm your subscription to %1$s', 'mailpoet'), WPFunctions::get()->getOption('blogname')),
'body' => WPFunctions::get()->__("Hello,\n\nWelcome to our newsletter!\n\nPlease confirm your subscription to the list(s): [lists_to_confirm] by clicking the link below: \n\n[activation_link]Click here to confirm your subscription.[/activation_link]\n\nThank you,\n\nThe Team", 'mailpoet'),
'body' => WPFunctions::get()->__("Hello,\n\nWelcome to our newsletter!\n\nPlease confirm your subscription to our list by clicking the link below: \n\n[activation_link]I confirm my subscription![/activation_link]\n\nThank you,\n\nThe Team", 'mailpoet'),
],
'tracking' => [
'enabled' => true,