Skip to content

Commit 4643151

Browse files
matthieumotaEmmanuel Marichal
authored andcommitted
Fix check smarty name (#11)
There is a little typo on smarty name for check part.
1 parent 8a8b0c4 commit 4643151

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cheque.mjml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<mj-divider mj-class="title-divider-hero"></mj-divider>
3030
<mj-text>${{ lang.here_are_the_bank_details_for_your_check }}$</mj-text>
3131
<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>
32+
<mj-text><b>${{ lang.payable_to_the_order_of }}$</b> {check_name}</mj-text>
3333
<mj-text font-weight="bold">${{ lang.please_mail_your_check_to }}$</mj-text>
34-
<mj-text padding-bottom="15px">{cheque_address_html}</mj-text>
34+
<mj-text padding-bottom="15px">{check_address_html}</mj-text>
3535
</mj-column>
3636
</mj-section>
3737

0 commit comments

Comments
 (0)