Skip to content

Commit

Permalink
Fix check smarty name (#11)
Browse files Browse the repository at this point in the history
There is a little typo on smarty name for check part.
  • Loading branch information
matthieumota authored and Scritik committed Jan 9, 2019
1 parent 8a8b0c4 commit 4643151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cheque.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<mj-divider mj-class="title-divider-hero"></mj-divider>
<mj-text>${{ lang.here_are_the_bank_details_for_your_check }}$</mj-text>
<mj-text><b>${{ lang.amount }}$</b> {total_paid}</mj-text>
<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>
<mj-text font-weight="bold">${{ lang.please_mail_your_check_to }}$</mj-text>
<mj-text padding-bottom="15px">{cheque_address_html}</mj-text>
<mj-text padding-bottom="15px">{check_address_html}</mj-text>
</mj-column>
</mj-section>

Expand Down

0 comments on commit 4643151

Please sign in to comment.