From 8ef6a41db520ab7e3080cd1d427d59af8eb85fcc Mon Sep 17 00:00:00 2001 From: William Desloge Date: Thu, 17 Apr 2014 17:46:32 +0200 Subject: [PATCH] Fix missing call to translate in receipt page --- lms/templates/shoppingcart/receipt.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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