);
}
diff --git a/views/newsletters.html b/views/newsletters.html
index daaf9133d6..2671efe5a8 100644
--- a/views/newsletters.html
+++ b/views/newsletters.html
@@ -47,6 +47,7 @@
'<%= cdn_url('newsletter/congratulate-3.png') %>',
'<%= cdn_url('newsletter/congratulate-4.png') %>',
];
+ var mailpoet_congratulations_error_image = '<%= cdn_url('newsletter/error.png') %>';
var mailpoet_congratulations_loading_image = '<%= cdn_url('newsletter/congratulation-page-illustration-transparent-LQ.20181121-1440.png') %>';
var mailpoet_main_page = '<%= mailpoet_main_page %>';
var mailpoet_review_request_illustration_url = '<%= cdn_url('review-request/review-request-illustration.20190815-1427.svg') %>';
@@ -388,7 +389,7 @@
'congratulationsPostNotificationSuccessBody': __('Your Post Notification is now active.'),
'congratulationsWelcomeEmailSuccessBody': __('Your Welcome Email is now active.'),
- 'congratulationsSendFailHeader': __('Oops! We can’t send your newsletter 😕'),
+ 'congratulationsSendFailHeader': __('Oops! We can’t send your newsletter'),
'congratulationsSendFailExplain': __('Rest assured, this is fairly common and is usually fixed quickly. [link]See our quick guide[/link] to help you solve this and get your website sending.'),
'congratulationsLoadingHeader': __('Verification'),
'congratulationsLoadingBody': __('Congrats, you’re sending your first newsletter! We’re doing a quick verification to make sure everything works fine.'),