diff --git a/static/app-strings.json b/static/app-strings.json index 7df7c46d2..07a592530 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -472,8 +472,10 @@ "LBRY names cannot contain spaces or reserved symbols": "LBRY names cannot contain spaces or reserved symbols", "Creating channel...": "Creating channel...", "Remember Password": "Remember Password", - "From": "From", - "To": "To", + "To --[the tip recipient]--": "To", + "To --[final time]--": "To", + "From --[the tip sender]--": "From", + "From --[initial time]--": "From", "Not enough Credits": "Not enough Credits", "You have %credit_amount% in unclaimed rewards.": "You have %credit_amount% in unclaimed rewards.", "In response to a complaint we received under the US Digital Millennium Copyright Act, we have blocked access to this channel from our applications.": "In response to a complaint we received under the US Digital Millennium Copyright Act, we have blocked access to this channel from our applications.", diff --git a/ui/component/walletSendTip/view.jsx b/ui/component/walletSendTip/view.jsx index b6a3806aa..6a176d555 100644 --- a/ui/component/walletSendTip/view.jsx +++ b/ui/component/walletSendTip/view.jsx @@ -191,9 +191,9 @@ function WalletSendTip(props: Props) { <>