Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into bug/dark-mode-apple
Browse files Browse the repository at this point in the history
  • Loading branch information
derekrushforth committed Jun 11, 2020
2 parents f7a698c + 8103673 commit 2fa1e64
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Notify users of new comments by other users.
Let users know when their trial is about to expire.

* 💌 Preview with layout: [Basic](https://s3.amazonaws.com/assets.wildbit.com/postmark/templates/dist/basic/trial-expiring/content.html), [Basic full](https://s3.amazonaws.com/assets.wildbit.com/postmark/templates/dist/basic-full/trial-expiring/content.html), [Plain](https://s3.amazonaws.com/assets.wildbit.com/postmark/templates/dist/plain/trial-expiring/content.html)
* 📔 [Trial expiration email best pracitces](https://postmarkapp.com/guides/trial-expiration-email-best-practices)
* 📔 [Trial expiration email best practices](https://postmarkapp.com/guides/trial-expiration-email-best-practices)

### Trial Expired

Expand Down
4 changes: 2 additions & 2 deletions templates/basic-full/receipt/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ <h3 class="align-right">{{date}}</h3></td>
<table class="body-sub" role="presentation">
<tr>
<td>
<p class="f-fallback sub">Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
<p class="f-fallback sub"><strong>Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
<p class="f-fallback sub">Moved recently? Have a new credit card? You can easily <a href="{{billing_url}}">update your billing information</a>.</p>
</td>
</tr>
Expand Down Expand Up @@ -568,4 +568,4 @@ <h3 class="align-right">{{date}}</h3></td>
</tr>
</table>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions templates/basic/receipt/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ <h3 class="align-right">{{date}}</h3></td>
<table class="body-sub" role="presentation">
<tr>
<td>
<p class="f-fallback sub">Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
<p class="f-fallback sub"><strong>Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
<p class="f-fallback sub">Moved recently? Have a new credit card? You can easily <a href="{{billing_url}}">update your billing information</a>.</p>
</td>
</tr>
Expand Down Expand Up @@ -563,4 +563,4 @@ <h3 class="align-right">{{date}}</h3></td>
</tr>
</table>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions templates/plain/receipt/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ <h3 class="align-right">{{date}}</h3></td>
<table class="body-sub" role="presentation">
<tr>
<td>
<p class="f-fallback sub">Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
<p class="f-fallback sub"><strong>Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
<p class="f-fallback sub">Moved recently? Have a new credit card? You can easily <a href="{{billing_url}}">update your billing information</a>.</p>
</td>
</tr>
Expand Down Expand Up @@ -555,4 +555,4 @@ <h3 class="align-right">{{date}}</h3></td>
</tr>
</table>
</body>
</html>
</html>

0 comments on commit 2fa1e64

Please sign in to comment.