• Resolved torbenudengaard

    (@torbenudengaard)


    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)
  • Hi there @torbenudengaard,

    Thanks for reaching out!

    I passed the information you shared to our developers and they will look into the possibility of implementing it.

    Please don’t hesitate to contact us back if you need further assistance.

    Enjoy the rest of your day and stay safe!

Viewing 1 replies (of 1 total)

The topic ‘multi language – missing domain’ is closed to new replies.