We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620b28c commit b896948Copy full SHA for b896948
1 file changed
src/pages/contact/index.js
@@ -157,7 +157,9 @@ class ContactPage extends React.Component {
157
)}
158
{this.state.submitted && (
159
<div class="alert alert-success" id="mce-success-response">
160
- {this.state.response}
+ 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.
163
</div>
164
165
0 commit comments