Update browse "show nsfw" setting description

This commit is contained in:
schroda
2026-05-17 12:11:22 +02:00
parent eb6348c1e1
commit ff056fa160
2 changed files with 10 additions and 7 deletions

View File

@@ -82,7 +82,10 @@ export const BrowseSettings = () => {
/>
</ListItem>
<ListItem>
<ListItemText primary={t`Show NSFW`} secondary={t`Hide NSFW extensions and sources`} />
<ListItemText
primary={t`Show NSFW (18+)`}
secondary={t`Show NSFW (18+) sources in sources and extensions lists`}
/>
<Switch
edge="end"
checked={showNsfw}