update punctuation

This commit is contained in:
Sean Yesmunt 2020-07-08 15:02:14 -04:00
parent 7feb123a45
commit 27e44b0320

View file

@ -165,7 +165,7 @@ function WalletSendTip(props: Props) {
? __( ? __(
'This will increase the overall bid amount for this content, which will boost its ability to be discovered while active.' 'This will increase the overall bid amount for this content, which will boost its ability to be discovered while active.'
) )
: __('Send a chunk of change to this creator to let them know you appreciate their content!')}{' '} : __('Send a chunk of change to this creator to let them know you appreciate their content.')}{' '}
<Button label={__('Learn more')} button="link" href="https://lbry.com/faq/tipping" />. <Button label={__('Learn more')} button="link" href="https://lbry.com/faq/tipping" />.
</React.Fragment> </React.Fragment>
} }