diff --git a/r2/r2/templates/createsubreddit.html b/r2/r2/templates/createsubreddit.html
index 24b9aa709..35f4d08cd 100644
--- a/r2/r2/templates/createsubreddit.html
+++ b/r2/r2/templates/createsubreddit.html
@@ -48,7 +48,7 @@ function update_title() {
/>
-
${text}
+
${text}
%def>
@@ -222,7 +222,7 @@ function update_title() {
${radio_type(_("public"), _("anyone can view and submit"))}
- ${radio_type(_("restricted"), _("anyone can view, but only contributors can submit"))}
+ ${radio_type(_("restricted"), _("anyone can view, but only contributors can submit links"))}
${radio_type(_("private"), _("only contributors can view and submit"))}