mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
PromoteLinkform: switch up the wording for targeting.
This commit is contained in:
@@ -348,14 +348,14 @@ ${self.javascript_setup()}
|
||||
type="radio" value="none" name="targeting"
|
||||
onclick="r.sponsored.targeting_off()"
|
||||
checked="checked">
|
||||
${_("no targeting (displays site-wide)")}
|
||||
${_("frontpage (displayed on the home page to anyone)")}
|
||||
</label>
|
||||
<br />
|
||||
<label>
|
||||
<input id="targeting" class="nomargin"
|
||||
type="radio" value="one" name="targeting"
|
||||
onclick="r.sponsored.targeting_on()">
|
||||
${_("enable targeting (runs on a specific subreddit)")}
|
||||
${_("targeted (targets a subreddit and its subscribers)")}
|
||||
</label>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
Reference in New Issue
Block a user