From dd73e4a164bbcbbc159028127162bd6bd7ddb7ad Mon Sep 17 00:00:00 2001 From: infiinte-persistence Date: Sat, 5 Sep 2020 23:24:03 +0800 Subject: [PATCH] Translator-found missing strings --- static/app-strings.json | 2 ++ ui/component/inviteNew/view.jsx | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 5b42d1590..8ec5e93cd 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -611,6 +611,7 @@ "This will prevent others from resolving and accessing the content you published. It will return the LBC to your spendable balance, less a small transaction fee.": "This will prevent others from resolving and accessing the content you published. It will return the LBC to your spendable balance, less a small transaction fee.", "No results for %query%": "No results for %query%", "You haven't downloaded anything from LBRY yet": "You haven't downloaded anything from LBRY yet", + "You haven't purchased anything yet": "You haven't purchased anything yet", "Explore new content": "Explore new content", "Explore New Content": "Explore New Content", "Use this address to receive LBC.": "Use this address to receive LBC.", @@ -1279,5 +1280,6 @@ "%view_count% views - %view_count_change% this week": "%view_count% views - %view_count_change% this week", "Most Commented Recent Content": "Most Commented Recent Content", "%comment_count% comments - %comment_count_change% this week": "%comment_count% comments - %comment_count_change% this week", + "Invite": "Invite", "--end--": "--end--" } diff --git a/ui/component/inviteNew/view.jsx b/ui/component/inviteNew/view.jsx index 3a645afd4..682ebe975 100644 --- a/ui/component/inviteNew/view.jsx +++ b/ui/component/inviteNew/view.jsx @@ -80,7 +80,7 @@ function InviteNew(props: Props) { handleReferralChange(channel)} - label={'Customize link'} + label={__('Customize link')} hideAnon injected={[referralCode]} /> @@ -107,12 +107,14 @@ function InviteNew(props: Props) {
} + inputButton={ +