Fix WordPress.WP.I18n.MissingArgDomain

[MAILPOET-4524]
This commit is contained in:
David Remer
2022-08-04 13:54:44 +03:00
committed by Veljko V
parent 76048224d1
commit 97e160bf67
8 changed files with 10 additions and 9 deletions

View File

@@ -75,7 +75,7 @@ class Migration extends SimpleWorker {
$mailerLog = MailerLog::setError(
$mailerLog,
'migration',
__('Your sending queue data is being migrated to allow better performance, sending is paused while the migration is in progress and will resume automatically upon completion. This may take a few minutes.')
__('Your sending queue data is being migrated to allow better performance, sending is paused while the migration is in progress and will resume automatically upon completion. This may take a few minutes.', 'mailpoet')
);
return MailerLog::pauseSending($mailerLog);
}