mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-27 07:23:31 +00:00
Fix double 'and'
This commit is contained in:
parent
bdb1956d15
commit
1adede3a33
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ function Invited(props: Props) {
|
||||||
subtitle={
|
subtitle={
|
||||||
referrerIsChannel
|
referrerIsChannel
|
||||||
? __(
|
? __(
|
||||||
`Content freedom and and a present from %channel_name% are waiting for you. Create an account to claim it.`,
|
`Content freedom and a present from %channel_name% are waiting for you. Create an account to claim it.`,
|
||||||
{ channel_name: referrerChannelName }
|
{ channel_name: referrerChannelName }
|
||||||
)
|
)
|
||||||
: __(`Content freedom and a present are waiting for you. Create an account to claim it.`)
|
: __(`Content freedom and a present are waiting for you. Create an account to claim it.`)
|
||||||
|
|
Loading…
Add table
Reference in a new issue