diff --git a/r2/r2/templates/promotelinkform.html b/r2/r2/templates/promotelinkform.html index 47bbf219e..f6f9d281f 100644 --- a/r2/r2/templates/promotelinkform.html +++ b/r2/r2/templates/promotelinkform.html @@ -119,7 +119,7 @@ ${self.javascript_setup()} ${error_field("NO_TEXT", "title", "div")} ${error_field("TOO_LONG", "title", "div")}
A good title is important to the success of your campaign. reddit users are an intelligent, thoughtful group, and reward those who engage them
+${_("A good title is important to the success of your campaign. reddit users are an intelligent, thoughtful group, and reward those who engage them.")}
Provide the URL of your ad. No redirects please!
+${_("Provide the URL of your ad. No redirects please!")}
Choose a different domain name to display on the site (the small grey text next to a link
+${_("Choose a different domain name to display on the site (the small grey text next to a link")}
Comments are a great way to get feedback from customers, and the reddit community is known for being vocal in comment threads.
+${_("Comments are a great way to get feedback from customers, and the reddit community is known for being vocal in comment threads.")}
- This dashboard allows you to easily place ads on reddit. - You can target a specific community or simply run on the main - page. + ${_("This dashboard allows you to easily place ads on reddit. " + "You can target a specific community or simply run on the main " + "page.")}
| dates | +${_("dates")} | <% mindate = thing.startdate @@ -299,13 +299,13 @@ ${self.javascript_setup()} |
|---|---|---|
| duration | +${_("duration")} | |
| total budget | +${_("total budget")} |
${error_field("BAD_BID", "bid", "div")}
${error_field("BID_LIVE", "bid", "div")}
@@ -315,18 +315,17 @@ ${self.javascript_setup()}
style="width:auto"
onchange="r.sponsored.on_bid_change()"
onkeyup="r.sponsored.on_bid_change()"
- title="Minimum is ${format_currency(thing.min_bid, 'USD', locale=c.locale)}"
value="${format_decimal(5 * thing.min_bid, format='.00', locale=c.locale)}"
data-min_bid="${thing.min_bid}"
data-base_cpm="${g.cpm_selfserve.pennies}"/>
- ${_("$%.2F minimum") % thing.min_bid}
+ ${_('%(minimum)s minimum') % dict(minimum=format_currency(thing.min_bid, 'USD', locale=c.locale))}
|
| price | +${_("price")} | @@ -334,28 +333,28 @@ ${self.javascript_setup()} |
| impressions | +${_("impressions")} | |
| targeting | +${_("targeting")} |
|