From c8293fd40508d2cf953f57afbe5a23e09a734d45 Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Wed, 7 Sep 2022 13:14:50 +0200 Subject: [PATCH] Remove version number from the newsletter tooltip [MAILPOET-4474] --- mailpoet/views/newsletters.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailpoet/views/newsletters.html b/mailpoet/views/newsletters.html index 49837d79b4..edfce84f62 100644 --- a/mailpoet/views/newsletters.html +++ b/mailpoet/views/newsletters.html @@ -187,7 +187,7 @@ 'templateFileMalformedError': __('This template file appears to be damaged. Please try another one.'), 'importTemplateTitle': __('Import a template'), 'selectJsonFileToUpload': __('Select a .json file to upload'), - 'helpTooltipTemplateUpload': __('You can only upload .json templates that were originally created with MailPoet 3.'), + 'helpTooltipTemplateUpload': __('You can only upload .json templates that were originally created with MailPoet.'), 'upload': __('Upload'), 'mailpoetGuideTemplateTitle': __("MailPoet's Guide"), 'confirmTemplateDeletion': __('You are about to delete the template named "%1$s".'),