mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-01 01:35:11 +00:00
rename 'NSFW' to 'mature'
This commit is contained in:
parent
90d617dbc9
commit
7e0c01141a
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ class CategoryList extends React.PureComponent<Props, State> {
|
||||||
{obscureNsfw && isCommunityTopBids ? (
|
{obscureNsfw && isCommunityTopBids ? (
|
||||||
<div className="card__content help">
|
<div className="card__content help">
|
||||||
{__(
|
{__(
|
||||||
'The community top bids section is only visible if you allow NSFW content in the app. You can change your content viewing preferences'
|
'The community top bids section is only visible if you allow mature content in the app. You can change your content viewing preferences'
|
||||||
)}{' '}
|
)}{' '}
|
||||||
<Button button="link" navigate="/settings" label={__('here')} />.
|
<Button button="link" navigate="/settings" label={__('here')} />.
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue