multi language – missing domain
-
Hi,
would it be possible to add the text-string domain to the label text used for signup at the checkout page.
By adding the domain in the plugin it could save may manual updates of the Subscription.php file.
Original Code
$labelString = $this->settings->get(self::OPTIN_MESSAGE_SETTING_NAME);Modified Code
$labelString = __($this->settings->get(self::OPTIN_MESSAGE_SETTING_NAME), ‘mailpoet‘);Quick fix > nice impact
Best Regards
Torben
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘multi language – missing domain’ is closed to new replies.