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() {
return (
<div>
DISPLAY MSS PITCH HERE
<div className="mailpoet_congratulate_success">
<h1>{MailPoet.I18n.t('congratulationsMSSPitchHeader')}</h1>
</div>
);
}