Fix double 'and'

This commit is contained in:
Thomas Zarebczan 2020-01-25 12:53:05 -05:00
parent bdb1956d15
commit 1adede3a33

View file

@ -124,7 +124,7 @@ function Invited(props: Props) {
subtitle={
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 }
)
: __(`Content freedom and a present are waiting for you. Create an account to claim it.`)