Skip to content

Commit

Permalink
Fix password template
Browse files Browse the repository at this point in the history
  • Loading branch information
Scritik committed Jan 24, 2017
1 parent 464bd47 commit e433f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config/fake.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"{firstname}": "John",
"{lastname}": "Doe",
"{email}": "addons@prestashop.com",
"{passwd}": "**********",
"{order_name}": "HG56787DJSH",
"{order_link}": "http://www.google.com",
"{date}": "2042-01-01",
Expand Down
1 change: 1 addition & 0 deletions src/password.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<mj-text padding="15px 15px 5px 15px" font-size="20px">${{ lang.your_new_shop_name_login_details }}$</mj-text>
<mj-divider mj-class="divider" border-width="1px" padding="0px 15px 15px"></mj-divider>
<mj-text padding="2px 15px 15px" font-size="14px"><b>${{ lang.email_address }}$</b> {email}</mj-text>
<mj-text padding="2px 15px 15px" font-size="14px"><b>${{ lang.password }}$</b> {passwd}</mj-text>
</mj-column>
</mj-section>

Expand Down

0 comments on commit e433f11

Please sign in to comment.