Show a warning if nsfw is disabled and the subreddit is nsfw.

This commit is contained in:
Alex Ning
2020-10-01 00:34:23 +08:00
parent 13bed5d234
commit 60fdb813c0
2 changed files with 26 additions and 0 deletions

View File

@@ -914,4 +914,10 @@
<string name="recent_searches">Recent searches</string>
<string name="warning">Warning</string>
<string name="this_is_a_nsfw_subreddit">This is a NSFW subreddit.</string>
<string name="this_user_has_nsfw_content">This user has NSFW content</string>
<string name="dismiss">Dismiss</string>
<string name="leave">Leave</string>
</resources>