We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8b0c4 commit 4643151Copy full SHA for 4643151
1 file changed
src/cheque.mjml
@@ -29,9 +29,9 @@
29
<mj-divider mj-class="title-divider-hero"></mj-divider>
30
<mj-text>${{ lang.here_are_the_bank_details_for_your_check }}$</mj-text>
31
<mj-text><b>${{ lang.amount }}$</b> {total_paid}</mj-text>
32
- <mj-text><b>${{ lang.payable_to_the_order_of }}$</b> {cheque_name}</mj-text>
+ <mj-text><b>${{ lang.payable_to_the_order_of }}$</b> {check_name}</mj-text>
33
<mj-text font-weight="bold">${{ lang.please_mail_your_check_to }}$</mj-text>
34
- <mj-text padding-bottom="15px">{cheque_address_html}</mj-text>
+ <mj-text padding-bottom="15px">{check_address_html}</mj-text>
35
</mj-column>
36
</mj-section>
37
0 commit comments