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 ? (
|
||||
<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')} />.
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue