diff --git a/dist.zip b/dist.zip index 20b0f8422..55c81d0f5 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/js/page/claim_code.js b/js/page/claim_code.js index ea8e44532..44f1d0b8a 100644 --- a/js/page/claim_code.js +++ b/js/page/claim_code.js @@ -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({

Claim your beta invitation code

-

Thanks for beta testing LBRY! Enter your invitation code and email address below to receive your 200 free +

Thanks for beta testing LBRY! Enter your invitation code and email address below to receive your initial LBRY credits.

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.