update invite copy
This commit is contained in:
parent
ac5575beca
commit
fea5b79aac
2 changed files with 2 additions and 4 deletions
|
@ -546,7 +546,6 @@
|
||||||
"Your wallet has been encrypted with a local password. Please enter your wallet password to proceed.": "Your wallet has been encrypted with a local password. Please enter your wallet password to proceed.",
|
"Your wallet has been encrypted with a local password. Please enter your wallet password to proceed.": "Your wallet has been encrypted with a local password. Please enter your wallet password to proceed.",
|
||||||
"Wallet Password": "Wallet Password",
|
"Wallet Password": "Wallet Password",
|
||||||
"Tip must be a number": "Tip must be a number",
|
"Tip must be a number": "Tip must be a number",
|
||||||
"Woah, you have a lot of friends! You've claimed the maximum amount of referral rewards. Check back soon to see if more are available!": "Woah, you have a lot of friends! You've claimed the maximum amount of referral rewards. Check back soon to see if more are available!",
|
|
||||||
"Invite History": "Invite History",
|
"Invite History": "Invite History",
|
||||||
"Invitee Email": "Invitee Email",
|
"Invitee Email": "Invitee Email",
|
||||||
"Invite Status": "Invite Status",
|
"Invite Status": "Invite Status",
|
||||||
|
@ -875,7 +874,6 @@
|
||||||
"Copy": "Copy",
|
"Copy": "Copy",
|
||||||
"Text copied": "Text copied",
|
"Text copied": "Text copied",
|
||||||
"Rewards Disabled": "Rewards Disabled",
|
"Rewards Disabled": "Rewards Disabled",
|
||||||
"Woah, you have a lot of friends! You've claimed the maximum amount of referral rewards. Check back soon to see if more are available!.": "Woah, you have a lot of friends! You've claimed the maximum amount of referral rewards. Check back soon to see if more are available!.",
|
|
||||||
"Wallet servers are used to relay data to and from the LBRY blockchain. They also determine what content shows in trending or is blocked. %learn_more%.": "Wallet servers are used to relay data to and from the LBRY blockchain. They also determine what content shows in trending or is blocked. %learn_more%.",
|
"Wallet servers are used to relay data to and from the LBRY blockchain. They also determine what content shows in trending or is blocked. %learn_more%.": "Wallet servers are used to relay data to and from the LBRY blockchain. They also determine what content shows in trending or is blocked. %learn_more%.",
|
||||||
"Your Tags": "Your Tags",
|
"Your Tags": "Your Tags",
|
||||||
"All Content": "All Content",
|
"All Content": "All Content",
|
||||||
|
@ -888,7 +886,6 @@
|
||||||
"Unlock Rewards": "Unlock Rewards",
|
"Unlock Rewards": "Unlock Rewards",
|
||||||
"A lbry.tv account allows you to earn more than %credit_amount% in rewards, backup your data, and get content and security updates.": "A lbry.tv account allows you to earn more than %credit_amount% in rewards, backup your data, and get content and security updates.",
|
"A lbry.tv account allows you to earn more than %credit_amount% in rewards, backup your data, and get content and security updates.": "A lbry.tv account allows you to earn more than %credit_amount% in rewards, backup your data, and get content and security updates.",
|
||||||
"Deposit cannot be higher than your balance": "Deposit cannot be higher than your balance",
|
"Deposit cannot be higher than your balance": "Deposit cannot be higher than your balance",
|
||||||
"Earn %rewards_link% for inviting your friends. Read our %referral_faq_link% to learn more about referrals.": "Earn %rewards_link% for inviting your friends. Read our %referral_faq_link% to learn more about referrals.",
|
|
||||||
"%view_count% Views": "%view_count% Views",
|
"%view_count% Views": "%view_count% Views",
|
||||||
"1 View": "1 View",
|
"1 View": "1 View",
|
||||||
"There was an error. It's been reported and will be fixed. Try %refreshing_the_app_link% to fix it. If that doesn't work, try pressing Ctrl+R/Cmd+R.": "There was an error. It's been reported and will be fixed. Try %refreshing_the_app_link% to fix it. If that doesn't work, try pressing Ctrl+R/Cmd+R.",
|
"There was an error. It's been reported and will be fixed. Try %refreshing_the_app_link% to fix it. If that doesn't work, try pressing Ctrl+R/Cmd+R.": "There was an error. It's been reported and will be fixed. Try %refreshing_the_app_link% to fix it. If that doesn't work, try pressing Ctrl+R/Cmd+R.",
|
||||||
|
|
|
@ -25,7 +25,8 @@ class InviteList extends React.PureComponent<Props> {
|
||||||
|
|
||||||
let rewardAmount = 0;
|
let rewardAmount = 0;
|
||||||
let rewardHelp = __(
|
let rewardHelp = __(
|
||||||
"Woah, you have a lot of friends! You've claimed the maximum amount of referral rewards. Check back soon to see if more are available!."
|
"Woah, you have a lot of friends! You've claimed the maximum amount of invite rewards. Email %email% if you'd like to be whitelisted for more invites.",
|
||||||
|
{ email: 'hello@lbry.com' }
|
||||||
);
|
);
|
||||||
|
|
||||||
if (referralReward) {
|
if (referralReward) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue