Fix missing call to translate in receipt page
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
<div class="container">
|
||||
<section class="notification">
|
||||
<h2>Thank you for your Purchase!</h2>
|
||||
<p>Please print this receipt page for your records. You should also have received a receipt in your email.</p>
|
||||
<h2>${_("Thank you for your Purchase!")}</h2>
|
||||
<p>${_("Please print this receipt page for your records. You should also have received a receipt in your email.")}</p>
|
||||
% for inst in instructions:
|
||||
<p>${inst}</p>
|
||||
% endfor
|
||||
|
||||
Reference in New Issue
Block a user