diff --git a/r2/r2/templates/createsubreddit.html b/r2/r2/templates/createsubreddit.html
index f0946fae8..f380a7c07 100644
--- a/r2/r2/templates/createsubreddit.html
+++ b/r2/r2/templates/createsubreddit.html
@@ -161,7 +161,7 @@
_("Wiki is disabled for all users except mods"),
(not thing.site or thing.site.wikimode == 'disabled'))}
${utils.radio_type('wikimode', "modonly", _("mod editing"),
- _("Only mods or those on a pages edit list may edit"),
+ _("Only mods, approved wiki contributors, or those on a page's edit list may edit"),
(thing.site and thing.site.wikimode == 'modonly'))}
${utils.radio_type('wikimode', "anyone", _("anyone"),
_("Anyone who can submit to the subreddit may edit"),
diff --git a/r2/r2/templates/wikipagesettings.html b/r2/r2/templates/wikipagesettings.html
index 864ad057d..f7782b107 100644
--- a/r2/r2/templates/wikipagesettings.html
+++ b/r2/r2/templates/wikipagesettings.html
@@ -37,12 +37,12 @@
%if thing.permlevel == 0:
checked
%endif
- />
+ />