Add translated text for default WC checkbox

[MAILPOET-2207]
This commit is contained in:
Pavel Dohnal
2019-08-20 10:10:22 +02:00
committed by M. Shull
parent a7367f206c
commit 8b9c460301

View File

@@ -288,6 +288,8 @@ class Populator {
'enabled' => empty($settings_db_version), // enable on new installs only
'message' => $this->wp->_x('Yes, I would like to be added to your mailing list', "default email opt-in message displayed on checkout page for ecommerce websites"),
]);
// this is here only for translators to pick it up, after it is translated we will replace the other message with this one
$this->wp->_x('I would like to receive exclusive emails with discounts and product information', "default email opt-in message displayed on checkout page for ecommerce websites");
}
// reset mailer log