diff --git a/r2/r2/templates/paymentform.html b/r2/r2/templates/paymentform.html index ef6ebafb1..5ab541d9e 100644 --- a/r2/r2/templates/paymentform.html +++ b/r2/r2/templates/paymentform.html @@ -28,13 +28,12 @@ class="pretty-form" onsubmit="return post_form(this, 'update_pay')">

- The duration of this link is ${thing.duration} - (from ${thing.start_date} to ${thing.end_date}). + ${_("The duration of this link is %(duration)s (from %(start)s to %(end)s).") % dict(duration=thing.duration, start=thing.start_date, end=thing.end_date)}

- ${unsafe(_("Your current budget is %(budget)s") % dict(budget=thing.budget))} + ${_("Your current budget is %(budget)s") % dict(budget=thing.budget)} ${error_field("OVERSOLD_DETAIL", "bid", "div")}

%if thing.profiles: