diff --git a/mailpoet/lib/Settings/SettingsController.php b/mailpoet/lib/Settings/SettingsController.php index 0ac53535fd..7699c74329 100644 --- a/mailpoet/lib/Settings/SettingsController.php +++ b/mailpoet/lib/Settings/SettingsController.php @@ -69,7 +69,7 @@ class SettingsController { 'enabled' => true, // translators: %1$s is the name of the blog 'subject' => sprintf(__('Confirm your subscription to %1$s', 'mailpoet'), WPFunctions::get()->getOption('blogname')), - 'body' => __("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'), + 'body' => __("Hello [subscriber:firstname | default:there],\n\nYou've received this message because you subscribed to [site:title]. Please confirm your subscription to receive emails from us:\n\n[activation_link]Click here to confirm your subscription.[/activation_link] \n\nIf you received this email by mistake, simply delete it. You won't receive any more emails from us unless you confirm your subscription using the link above.\n\nThank you,\n\n[site:title]", 'mailpoet'), ], 'tracking' => [ 'level' => TrackingConfig::LEVEL_FULL,