Skip to content

Commit

Permalink
Merge pull request #67 from joelthorner/2.x
Browse files Browse the repository at this point in the history
2.0.1
  • Loading branch information
joelthorner authored Mar 21, 2019
2 parents 9a517af + e0ac3f9 commit 05cefb5
Show file tree
Hide file tree
Showing 6 changed files with 769 additions and 567 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emilio-generator",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
7 changes: 7 additions & 0 deletions src/app/data/app-language-chi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,13 @@ export const LANGUAGE_CHI = {
name: 'Confirmación de pedido',
subject: '确认订单',
html: `
<style type="text/css">
ul {
list-style-type: none !important;
padding: 0 !important;
margin: 0 !important;
}
</style>
<tr>
<td style="padding: 20px 20px 20px 20px;color: #000;font-family: Arial, Helvetica, sans-serif;font-size: 18px;line-height: 20px;text-align:center;">
<strong>确认订单</strong><br>
Expand Down
Loading

0 comments on commit 05cefb5

Please sign in to comment.