Display the correct header

[MAILPOET-2142]
This commit is contained in:
Pavel Dohnal
2019-09-17 11:15:33 +02:00
committed by Jack Kitterhing
parent a202679dba
commit a831f45909
2 changed files with 3 additions and 2 deletions

View File

@@ -57,8 +57,8 @@ MSSUserSuccess.propTypes = {
function PitchMss() { function PitchMss() {
return ( return (
<div> <div className="mailpoet_congratulate_success">
DISPLAY MSS PITCH HERE <h1>{MailPoet.I18n.t('congratulationsMSSPitchHeader')}</h1>
</div> </div>
); );
} }

View File

@@ -349,6 +349,7 @@
'congratulationsSendFailHeader': __('Oops! We cant send your newsletter 😕'), 'congratulationsSendFailHeader': __('Oops! We cant 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.'), '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': __('Congrats, youre sending your first newsletter! Were doing a quick verification to make sure everything works fine.'), 'congratulationsLoadingHeader': __('Congrats, youre sending your first newsletter! Were doing a quick verification to make sure everything works fine.'),
'congratulationsMSSPitchHeader': __('Your email has been sent'),
'reviewRequestHeading': _x('Thank you! Time to tell the world?', 'After a user gives us positive feedback via the NPS poll, we ask them to review our plugin on WordPress.org.'), 'reviewRequestHeading': _x('Thank you! Time to tell the world?', 'After a user gives us positive feedback via the NPS poll, we ask them to review our plugin on WordPress.org.'),
'reviewRequestDidYouKnow': __('[username], did you know that hundreds of WordPress users read the reviews on the plugin repository? Theyre also a source of inspiration for our team.'), 'reviewRequestDidYouKnow': __('[username], did you know that hundreds of WordPress users read the reviews on the plugin repository? Theyre also a source of inspiration for our team.'),