+ )}
+
+ >
+ );
+}
diff --git a/views/settings.html b/views/settings.html
index 8e154aef6e..60eb806a5b 100644
--- a/views/settings.html
+++ b/views/settings.html
@@ -62,6 +62,15 @@
'unsubscribeDescription1': __('When your subscribers click the "Unsubscribe" link, they will be directed to this page.'),
'unsubscribeDescription2': __('If you want to use a custom Unsubscribe page, simply paste this shortcode on to a WordPress page: [mailpoet_manage text="Manage your subscription"]'),
+ 'statsNotifsTitle': _x('Stats notifications', 'name of a setting to automatically send statistics (newsletter open rate, click rate, etc) by email'),
+ 'statsNotifsDescription': _x(
+ 'Enter the email address that should receive your newsletter’s stats 24 hours after it has been sent, or every first Monday of the month for Welcome Emails and WooCommerce emails.',
+ 'Please reuse the current translations of “Welcome Emails”'
+ ),
+ 'newslettersAndPostNotifs': __('Newsletters and Post Notifications'),
+ 'welcomeAndWcEmails': _x('Welcome Emails and WooCommerce emails', 'Please reuse the current translations of “Welcome Emails”'),
+ 'pleaseFillEmail': __('Please fill the email address.'),
+
'reinstallConfirmation': __('Are you sure? All of your MailPoet data will be permanently erased (newsletters, statistics, subscribers, etc.).'),
'announcementHeader': __('Get notified when someone subscribes'),
'announcementParagraph1': __('It’s been a popular feature request from our users, we hope you get lots of emails about all your new subscribers!'),