mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
wiki: Added a missing infotext for config/description.
This commit is contained in:
@@ -79,7 +79,8 @@ from r2.lib.errors import WikiError
|
||||
import json
|
||||
|
||||
page_descriptions = {'config/stylesheet':_("This page is the subreddit stylesheet, changes here apply to the subreddit css"),
|
||||
'config/sidebar':_("The contents of this page appear on the subreddit sidebar")}
|
||||
'config/sidebar':_("The contents of this page appear on the subreddit sidebar"),
|
||||
'config/description':_("The contents of this page appear in the public subreddit description")}
|
||||
|
||||
ATTRIBUTE_BY_PAGE = {"config/sidebar": "description",
|
||||
"config/description": "public_description"}
|
||||
|
||||
Reference in New Issue
Block a user