diff --git a/static/app-strings.json b/static/app-strings.json index 9998ffaf1..9bbda4111 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -45,9 +45,7 @@ "Download": "Download", "Content": "Content", "What are you publishing?": "What are you publishing?", - "Read our": "Read our", "FAQ": "FAQ", - "to learn more.": "to learn more.", "Title": "Title", "Titular Title": "Titular Title", "Description": "Description", @@ -113,10 +111,6 @@ "Invite a Friend": "Invite a Friend", "When your friends start using LBRY, the network gets stronger!": "When your friends start using LBRY, the network gets stronger!", "Or share this link with your friends": "Or share this link with your friends", - "Earn": "Earn", - "rewards": "rewards", - "for inviting your friends.": "for inviting your friends.", - "to learn more about referrals": "to learn more about referrals", "Power To The People": "Power To The People", "LBRY is powered by the users. More users, more power… and with great power comes great responsibility.": "LBRY is powered by the users. More users, more power… and with great power comes great responsibility.", "Checking your invite status": "Checking your invite status", @@ -947,5 +941,6 @@ "Sign In to lbry.tv to Earn Rewards": "Sign In to lbry.tv to Earn 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.", - "Deposit cannot be higher than your balance": "Deposit cannot be higher than your balance" -} \ No newline at end of file + "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." +} diff --git a/ui/component/inviteNew/view.jsx b/ui/component/inviteNew/view.jsx index c90f569f8..69a206381 100644 --- a/ui/component/inviteNew/view.jsx +++ b/ui/component/inviteNew/view.jsx @@ -4,6 +4,7 @@ import Button from 'component/button'; import { Form, FormField } from 'component/common/form'; import CopyableText from 'component/copyableText'; import Card from 'component/common/card'; +import I18nMessage from 'component/i18nMessage'; type FormState = { email: string, @@ -66,10 +67,15 @@ class InviteNew extends React.PureComponent {

- {__('Earn')}