Remove the old tooltip

[MAILPOET-3857]
This commit is contained in:
Pavel Dohnal
2021-10-18 15:09:41 +02:00
committed by Veljko V
parent 8941ee3e8f
commit 34fe0494ea
2 changed files with 0 additions and 7 deletions

View File

@@ -567,12 +567,6 @@ class NewsletterSend extends React.Component {
</a>
.
</p>
{ !isPaused && sendButtonOptions.disabled && sendButtonOptions.disabled === 'disabled' && (
<HelpTooltip
tooltip={MailPoet.I18n.t('helpTooltipSendEmail')}
tooltipId="helpTooltipSendEmail"
/>
) }
{ window.mailpoet_mss_key_pending_approval && (
<div className="mailpoet_error">
{

View File

@@ -298,7 +298,6 @@
'newsletterSendingError': __('An error occurred while trying to send. <a href="%$1s">Please check your settings</a>.'),
'finalNewsletterStep': __('Final Step: Last Details'),
'saveDraftAndClose': __('Save as draft and close'),
'helpTooltipSendEmail': __('You cannot send the same email twice, as that would be considered spam. <br /> If you must send the same email more than one time, simply duplicate this email first.'),
'pendingKeyApprovalNotice': __('Youll soon be able to send once our team reviews your account. In the meantime, you can send previews to [link]your authorized emails[/link].'),
'orSimply': __('or simply'),
'goBackToDesign': __('go back to the Design page'),