Reword pref option to show self-serve advertising tab.

This commit is contained in:
Brian Simpson
2013-10-07 09:48:48 -04:00
parent c6bd60ef0a
commit ab63ba22a1

View File

@@ -243,7 +243,7 @@
${checkbox(_("show link flair"), "show_link_flair")}
%if c.user.pref_show_promote is not None:
<br/>
${checkbox(_("show promote tab on front page"),
${checkbox(_("show self-serve advertising tab on front page"),
"show_promote")}
%endif
</td>