Removed space to sync with app-strings

Removed space to sync the text "LBRY takes privacy and choice seriously. Just a few questions before you enter the land of content freedom." with that from app-strings.jsx
This commit is contained in:
TigerxWood 2020-06-05 00:20:27 +03:00 committed by Sean Yesmunt
parent 29b0111c9e
commit bb790b4332

View file

@ -49,7 +49,7 @@ function PrivacyAgreement(props: Props) {
<h1 className="section__title--large">{__('Welcome')}</h1> <h1 className="section__title--large">{__('Welcome')}</h1>
<h3 className="section__subtitle"> <h3 className="section__subtitle">
{__( {__(
`LBRY takes privacy and choice seriously. Just a few questions before you enter the land of content freedom. ` `LBRY takes privacy and choice seriously. Just a few questions before you enter the land of content freedom.`
)} )}
</h3> </h3>
</div> </div>