mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
Fix padding on create-a-reddit page, and update language to reflect change in restricted permissions
This commit is contained in:
@@ -48,7 +48,7 @@ function update_title() {
|
||||
/>
|
||||
<label for="${full_name}">${name}</label>
|
||||
</td>
|
||||
<td class="leftpad nopadding"><span class="gray">${text}</span></td>
|
||||
<td class="leftpad"><span class="gray">${text}</span></td>
|
||||
</tr>
|
||||
</%def>
|
||||
|
||||
@@ -222,7 +222,7 @@ function update_title() {
|
||||
<td colspan="2">
|
||||
<table>
|
||||
${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"))}
|
||||
</table>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user