Update the notice message to fix consistency
MAILPOET-6022
This commit is contained in:
committed by
Aschepikov
parent
f877918c19
commit
070fd30b6e
@ -274,7 +274,7 @@ class API {
|
||||
];
|
||||
|
||||
if ($errorType === Error::BAD_REQUEST) {
|
||||
$mpReinstallErrorMessage = __('The plugin has encountered an unexpected error. Please reload the page. If that does not help, re-install the MailPoet Plugin. See: [link] https://kb.mailpoet.com/article/258-re-installing-updating-the-plugin-via-ftp [/link] for more information', 'mailpoet');
|
||||
$mpReinstallErrorMessage = __('The plugin has encountered an unexpected error. Please reload the page. If that does not help, [link]re-install the MailPoet Plugin.[/link]', 'mailpoet');
|
||||
$mpReinstallErrorMessage = Helpers::replaceLinkTags(
|
||||
$mpReinstallErrorMessage,
|
||||
'https://kb.mailpoet.com/article/258-re-installing-updating-the-plugin-via-ftp',
|
||||
|
Reference in New Issue
Block a user