copy
This commit is contained in:
parent
1f2fabe81b
commit
6602f0505e
2 changed files with 5 additions and 2 deletions
|
@ -755,7 +755,7 @@
|
|||
"Official YouTube Creator - Last checked %time_ago%": "Official YouTube Creator - Last checked %time_ago%",
|
||||
"Install Now": "Install Now",
|
||||
"Invite Link": "Invite Link",
|
||||
"Share this link with friends (or enemies) and earn LBC when they join lbry.tv": "Share this link with friends (or enemies) and earn LBC when they join lbry.tv",
|
||||
"Earn LBC for inviting subscribers, followers, fans, friends, etc. to join and follow you on %SITE_NAME%. You can use invites just like affiliate links.": "Earn LBC for inviting subscribers, followers, fans, friends, etc. to join and follow you on %SITE_NAME%. You can use invites just like affiliate links.",
|
||||
"Your invite link": "Your invite link",
|
||||
"Customize link": "Customize link",
|
||||
"rewards": "rewards",
|
||||
|
|
|
@ -74,7 +74,10 @@ function InviteNew(props: Props) {
|
|||
<div className={'columns'}>
|
||||
<Card
|
||||
title={__('Invites')}
|
||||
subtitle={__('Share this link with friends (or enemies) and earn LBC when they join lbry.tv')}
|
||||
subtitle={__(
|
||||
'Earn LBC for inviting subscribers, followers, fans, friends, etc. to join and follow you on %SITE_NAME%. You can use invites just like affiliate links.',
|
||||
{ SITE_NAME }
|
||||
)}
|
||||
actions={
|
||||
<React.Fragment>
|
||||
<CopyableText label={__('Your invite link')} copyable={referral} />
|
||||
|
|
Loading…
Reference in a new issue