minor text changes to maitre

This commit is contained in:
Carl 2016-09-19 11:32:38 +08:00
parent 4a1940fc38
commit a9702a09cb
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>Status | Mobile Ethereum Client</title> <title>Status | Mobile Ethereum Client</title>
<meta name="description" content="The mobile light-client"> <meta name="description" content="Status is a mobile DApp browser and messenger for Ethereum. Join us in making Ethereum part of our everyday lives and interactions.">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
@ -134,7 +134,7 @@
if (data.response == "subscriber_created") { if (data.response == "subscriber_created") {
jQuery(".status-text").removeClass('shown'); jQuery(".status-text").removeClass('shown');
jQuery("#maitre-verification").html( jQuery("#maitre-verification").html(
"Remember to confirm your email to be added to the signup queue. <br /> Improve your position by referring your friends and spreading the word."); "Remember to confirm your email to be added to the signup queue. Invite your friends to get early access to our beta release, and help us raise awareness:");
jQuery("#maitre-share-plain-url").html("https://status.im/invite/" + data.code); jQuery("#maitre-share-plain-url").html("https://status.im/invite/" + data.code);
jQuery(".gradient-text").empty(); jQuery(".gradient-text").empty();
@ -144,7 +144,7 @@
if (data.response == "subscriber_retrieved") { if (data.response == "subscriber_retrieved") {
jQuery(".status-text").removeClass('shown'); jQuery(".status-text").removeClass('shown');
jQuery("#maitre-header").html("You're already on the Waitlist!"); jQuery("#maitre-header").html("You're already on the Waitlist!");
jQuery("#maitre-instructions").html("You'll be notifed when Status is ready to launch.<br> Your position on the waitlist is shown below. Get access sooner by spreading the word!"); jQuery("#maitre-instructions").html("You'll be notifed when Status is ready to launch.<br> Your position on the waitlist is below. Get access sooner by spreading the word!");
jQuery("#maitre-share-plain-url").html("https://status.im/invite/" + data.code); jQuery("#maitre-share-plain-url").html("https://status.im/invite/" + data.code);
} }
}, },

View File

@ -96,7 +96,7 @@
<div class="status-text"> <div class="status-text">
<h1>Thanks for confirming your email.</h1> <h1>Thanks for confirming your email.</h1>
<p>You'll be notifed when Status is ready to launch.<br /> Help us spread the word by inviting your friends! The more friends you invite, the sooner you'll get access: </p> <p>We're working hard to make Status available for everyone, but to help raise awareness about the project, we're giving early access to our Beta release to those who help us spread the word by inviting friends:</p>
<div class="footer-icons-social"> <div class="footer-icons-social">
<a id="emailLink" href="#" class="footer-icon icon-email" target="_blank"></a> <a id="emailLink" href="#" class="footer-icon icon-email" target="_blank"></a>