Add missing translation domains

[MAILPOET-2494]
This commit is contained in:
Pavel Dohnal
2019-10-29 13:10:05 +01:00
committed by Jack Kitterhing
parent a54d9f35ec
commit 1095cba1f1
3 changed files with 11 additions and 11 deletions

View File

@@ -107,7 +107,7 @@ class Settings {
$notice = new WPNotice(WPNotice::TYPE_ERROR, $this->wp->_x(
'You need to enable MailPoet email customizer for WooCommerce if you want to access to the customizer.',
'Notice in Settings when WooCommerce customizer is not enabled'
));
), 'mailpoet');
$notice->displayWPNotice();
}
$this->page_renderer->displayPage('settings.html', $data);