rename 'NSFW' to 'mature'

This commit is contained in:
Sean Yesmunt 2018-07-12 19:21:44 -04:00
parent 90d617dbc9
commit 7e0c01141a

View file

@ -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>