mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-04 11:45:04 -05:00
moderators of rather than to makes more sense.
This commit is contained in:
@@ -2580,7 +2580,7 @@ class ModList(UserList):
|
||||
|
||||
@property
|
||||
def table_title(self):
|
||||
return _("moderators to %(reddit)s") % dict(reddit = c.site.name)
|
||||
return _("moderators of %(reddit)s") % dict(reddit = c.site.name)
|
||||
|
||||
def editable_fn(self, user):
|
||||
if not c.user_is_loggedin:
|
||||
|
||||
Reference in New Issue
Block a user