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:
parent
29b0111c9e
commit
bb790b4332
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ function PrivacyAgreement(props: Props) {
|
|||
<h1 className="section__title--large">{__('Welcome')}</h1>
|
||||
<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>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue