diff --git a/lms/templates/shoppingcart/receipt.html b/lms/templates/shoppingcart/receipt.html index d8200fe8f8..1fdebeba24 100644 --- a/lms/templates/shoppingcart/receipt.html +++ b/lms/templates/shoppingcart/receipt.html @@ -11,8 +11,8 @@
-

Thank you for your Purchase!

-

Please print this receipt page for your records. You should also have received a receipt in your email.

+

${_("Thank you for your Purchase!")}

+

${_("Please print this receipt page for your records. You should also have received a receipt in your email.")}

% for inst in instructions:

${inst}

% endfor