Remove all mention of "200 credits," to support other offers

This commit is contained in:
Alex Liebowitz 2016-07-05 10:32:25 -04:00
parent 54140ee069
commit 49eaa25423
2 changed files with 2 additions and 2 deletions

BIN
dist.zip

Binary file not shown.

View file

@ -40,7 +40,7 @@ var ClaimCodePage = React.createClass({
var response = JSON.parse(xhr.responseText);
if (response.success) {
alert('Your invite code has been redeemed! 200 LBRY credits will be added to your balance shortly.');
alert('Your invite code has been redeemed! The credits will be added to your balance shortly.');
// Send them to "landing" instead of "home" (home will just trigger the message all over again until the credits arrive)
window.location = '?landing';
} else {
@ -75,7 +75,7 @@ var ClaimCodePage = React.createClass({
<main className="page" style={claimCodePageStyle}>
<h1>Claim your beta invitation code</h1>
<section style={claimCodeContentStyle}>
<p>Thanks for beta testing LBRY! Enter your invitation code and email address below to receive your 200 free
<p>Thanks for beta testing LBRY! Enter your invitation code and email address below to receive your initial
LBRY credits.</p>
<p>You will be added to our mailing list (if you're not already on it) and will be eligible for future rewards for beta testers.</p>
</section>