Skip to content

Commit 8fdc799

Browse files
allthefoxesbsimpson63
authored andcommitted
Change SubredditSelector to use better wording
Currently, the subreddit selector when submitting a new link "/r/subreddit/submit" says "Popular Choices" and then lists the subreddits you are subscribed to. I find this to be a big misnomer, as they are not popular choices at all, they are just a list of your subscribed subreddits. "Popular choices" implies that these are things other people have selected as well. I know, it's super nitpicky, but I thought it might make more sense this way.
1 parent e0d5d77 commit 8fdc799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r2/r2/lib/pages/pages.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4736,7 +4736,7 @@ def __init__(self, default_sr=None, extra_subreddits=None, required=False,
47364736

47374737
if include_user_subscriptions:
47384738
self.subreddits.append((
4739-
_('popular choices'),
4739+
_('your subscribed subreddits'),
47404740
Subreddit.user_subreddits(c.user, ids=False)
47414741
))
47424742

0 commit comments

Comments
 (0)