Update browse "show nsfw" setting description
This commit is contained in:
@@ -82,7 +82,10 @@ export const BrowseSettings = () => {
|
|||||||
/>
|
/>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<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
|
<Switch
|
||||||
edge="end"
|
edge="end"
|
||||||
checked={showNsfw}
|
checked={showNsfw}
|
||||||
|
|||||||
@@ -1793,10 +1793,6 @@ msgstr "Hide entries already in library"
|
|||||||
msgid "Hide history"
|
msgid "Hide history"
|
||||||
msgstr "Hide history"
|
msgstr "Hide history"
|
||||||
|
|
||||||
#: src/features/browse/screens/BrowseSettings.tsx
|
|
||||||
msgid "Hide NSFW extensions and sources"
|
|
||||||
msgstr "Hide NSFW extensions and sources"
|
|
||||||
|
|
||||||
#: src/features/settings/screens/ServerSettings.tsx
|
#: src/features/settings/screens/ServerSettings.tsx
|
||||||
msgid "Hikari connection pool"
|
msgid "Hikari connection pool"
|
||||||
msgstr "Hikari connection pool"
|
msgstr "Hikari connection pool"
|
||||||
@@ -3190,8 +3186,12 @@ msgid "Show more"
|
|||||||
msgstr "Show more"
|
msgstr "Show more"
|
||||||
|
|
||||||
#: src/features/browse/screens/BrowseSettings.tsx
|
#: src/features/browse/screens/BrowseSettings.tsx
|
||||||
msgid "Show NSFW"
|
msgid "Show NSFW (18+)"
|
||||||
msgstr "Show NSFW"
|
msgstr "Show NSFW (18+)"
|
||||||
|
|
||||||
|
#: src/features/browse/screens/BrowseSettings.tsx
|
||||||
|
msgid "Show NSFW (18+) sources in sources and extensions lists"
|
||||||
|
msgstr "Show NSFW (18+) sources in sources and extensions lists"
|
||||||
|
|
||||||
#: src/features/library/components/LibraryOptionsPanel.tsx
|
#: src/features/library/components/LibraryOptionsPanel.tsx
|
||||||
msgid "Show number of items"
|
msgid "Show number of items"
|
||||||
|
|||||||
Reference in New Issue
Block a user