Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit b896948

Browse files
committed
Add fixed response text
1 parent 620b28c commit b896948

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/pages/contact/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ class ContactPage extends React.Component {
157157
)}
158158
{this.state.submitted && (
159159
<div class="alert alert-success" id="mce-success-response">
160-
{this.state.response}
160+
Nearly done.
161+
We first have to confirm your mail address.
162+
To complete the signup, click the link in the email we've just send you.
161163
</div>
162164
)}
163165
</div>

0 commit comments

Comments
 (0)